]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/application/add.html.twig
New page title schema
[airbundle] / Resources / views / application / add.html.twig
index 42acb0797f2569448692cbd5ce3339b80e0281b0..b6239deadde46211e234de94d45a42d6e49a265b 100644 (file)
@@ -1,13 +1,15 @@
 {% extends '@RapsysAir/body.html.twig' %}
 {% block content %}
        <section id="form">
-               <h2>{{ section }}</h2>
+               <h2>{{ title }}</h2>
                {{ form_start(form) }}
                        <div>
                                {% if form.user is defined %}
                                        {{ form_row(form.user) }}
                                {% endif %}
 
+                               {{ form_row(form.dance) }}
+
                                {{ form_row(form.location) }}
 
                                {{ form_row(form.date) }}