X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/b8024b225dacfeb78cdc7bb6277db8d568a608e1..2269e8003d2211ce255427813b60605e53c1e97d:/Resources/views/form/contact.html.twig diff --git a/Resources/views/form/contact.html.twig b/Resources/views/form/contact.html.twig index fb41195..da53d04 100644 --- a/Resources/views/form/contact.html.twig +++ b/Resources/views/form/contact.html.twig @@ -1,7 +1,9 @@ {% extends '@RapsysAir/body.html.twig' %} {% block content %} -
-

{{ section }}

+
+
+

{{ description }}

+
{% if sent %}

{% trans %}Your message has been sent{% endtrans %}

{% else %} @@ -15,6 +17,8 @@ {{ form_row(form.message) }} + {{ form_row(form.captcha) }} + {{ form_row(form.submit) }} @@ -22,5 +26,5 @@ {{ form_end(form) }} {% endif %} -
+ {% endblock %}