From fae32013eaa2489a7bb303fe3180c8cb4d8e3887 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 13 Oct 2022 15:10:27 +0200 Subject: [PATCH 1/1] New header layout Add captcha field --- Resources/views/form/contact.html.twig | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Resources/views/form/contact.html.twig b/Resources/views/form/contact.html.twig index ff124d5..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 %} -
+
-

{{ title }}

-

{{ 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 %} -- 2.41.0