X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/b8024b225dacfeb78cdc7bb6277db8d568a608e1..e0961fc632262aeb9c981c323deca0df7850fdce:/Resources/views/form/contact.html.twig diff --git a/Resources/views/form/contact.html.twig b/Resources/views/form/contact.html.twig index fb41195..ee75ed0 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') }}">{{ section }}</a></h2> + <p>{{ description }}</p> + </header> {% if sent %} <p class="message notice">{% trans %}Your message has been sent{% endtrans %}</p> {% else %}