]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/form/contact.html.twig
Rename rapsysair:calendar2 command to rapsysair:calendar
[airbundle] / Resources / views / form / contact.html.twig
index 783bc6e56e64f01f82fc469f8497ca95a4a5a99f..dfc46be39553fa480acaac4c9bdfc293a842e2c5 100644 (file)
@@ -1,9 +1,8 @@
-{% extends '@RapsysAir/body.html.twig' %}
+{% extends '@RapsysAir/base.html.twig' %}
 {% block content %}
-       <section id="form">
+       <article>
                <header>
-                       <h2><a href="{{ path('rapsys_air_contact') }}">{{ page.title }}</a></h2>
-                       <p>{{ page.description }}</p>
+                       <h2>{{ description }}</h2>
                </header>
                {% if sent %}
                        <p class="message notice">{% trans %}Your message has been sent{% endtrans %}</p>
@@ -18,6 +17,8 @@
 
                                        {{ form_row(form.message) }}
 
+                                       {{ form_row(form.captcha) }}
+
                                        {{ form_row(form.submit) }}
                                </div>
 
@@ -25,5 +26,5 @@
                                <footer style="display:none">{{ form_rest(form) }}</footer>
                        {{ form_end(form) }}
                {% endif %}
-       </section>
+       </article>
 {% endblock %}