X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/beaa082a7706689e546079aa475b1f84f5621469..179f5c1ec9714b208bf90d39fd971048b9025210:/Resources/views/form/contact.html.twig diff --git a/Resources/views/form/contact.html.twig b/Resources/views/form/contact.html.twig index ee75ed0..dfc46be 100644 --- a/Resources/views/form/contact.html.twig +++ b/Resources/views/form/contact.html.twig @@ -1,9 +1,8 @@ -{% extends '@RapsysAir/body.html.twig' %} +{% extends '@RapsysAir/base.html.twig' %} {% block content %} -
+
-

{{ section }}

-

{{ description }}

+

{{ description }}

{% if sent %}

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

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