From: Raphaƫl Gertz Date: Sun, 29 Nov 2020 06:44:59 +0000 (+0100) Subject: Inherit message before notice class X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/ca9e37ab78b6da4c6a68571c40924000b68ea10d Inherit message before notice class --- diff --git a/Resources/views/form/contact.html.twig b/Resources/views/form/contact.html.twig index cdf7250..957eb1a 100644 --- a/Resources/views/form/contact.html.twig +++ b/Resources/views/form/contact.html.twig @@ -3,7 +3,7 @@

{{ section }}

{% if sent %} -

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

+

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

{% else %}
{{ form_start(form) }}