X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/beaa082a7706689e546079aa475b1f84f5621469..372d8b766a4870ee718907cfe38ba5beef866fbf:/Resources/views/form/contact.html.twig

diff --git a/Resources/views/form/contact.html.twig b/Resources/views/form/contact.html.twig
index ee75ed0..da53d04 100644
--- a/Resources/views/form/contact.html.twig
+++ b/Resources/views/form/contact.html.twig
@@ -1,9 +1,8 @@
 {% extends '@RapsysAir/body.html.twig' %}
 {% block content %}
-	<section id="form">
+	<article>
 		<header>
-			<h2><a href="{{ path('rapsys_air_contact') }}">{{ section }}</a></h2>
-			<p>{{ 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 %}