X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/b8024b225dacfeb78cdc7bb6277db8d568a608e1..f92632e5c2a602d18bcf5d7c84b4a6671be16575:/Resources/views/form/contact.html.twig?ds=sidebyside

diff --git a/Resources/views/form/contact.html.twig b/Resources/views/form/contact.html.twig
index fb41195..ff124d5 100644
--- a/Resources/views/form/contact.html.twig
+++ b/Resources/views/form/contact.html.twig
@@ -1,7 +1,10 @@
 {% extends '@RapsysAir/body.html.twig' %}
 {% block content %}
 	<section id="form">
-		<h2><a href="{{ path('rapsys_air_contact') }}">{{ section }}</a></h2>
+		<header>
+			<h2><a href="{{ path('rapsys_air_contact') }}">{{ title }}</a></h2>
+			<p>{{ description }}</p>
+		</header>
 		{% if sent %}
 			<p class="message notice">{% trans %}Your message has been sent{% endtrans %}</p>
 		{% else %}