From f45098368394226af5d3819c7f59d811a9e58e3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 24 Feb 2021 01:38:37 +0100 Subject: [PATCH] Switch to new header system --- Resources/views/form/contact.html.twig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }}

+
+

{{ section }}

+

{{ description }}

+
{% if sent %}

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

{% else %} -- 2.41.0