]> Raphaël G. Git Repositories - airbundle/commitdiff
Inherit message before notice class
authorRaphaël Gertz <git@rapsys.eu>
Sun, 29 Nov 2020 06:44:59 +0000 (07:44 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Sun, 29 Nov 2020 06:44:59 +0000 (07:44 +0100)
Resources/views/form/contact.html.twig

index cdf72508d57d99a12d4e476c2ac6f0a33135222e..957eb1a6048f588c257015b62a4b660119bb4a5c 100644 (file)
@@ -3,7 +3,7 @@
        <section id="form">
                <h2><a href="{{ path('rapsys_air_contact') }}">{{ section }}</a></h2>
                {% if sent %}
-                       <p>{% trans %}Your message has been sent{% endtrans %}</p>
+                       <p class="message notice">{% trans %}Your message has been sent{% endtrans %}</p>
                {% else %}
                        <div>
                                {{ form_start(form) }}