]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/form/contact.html.twig
Inherit message before notice class
[airbundle] / Resources / views / form / contact.html.twig
index b75b91b761da7f439756b28c43dcc7987b3c3df4..957eb1a6048f588c257015b62a4b660119bb4a5c 100644 (file)
@@ -1,9 +1,9 @@
-{% extends '@RapsysAir/base.html.twig' %}
+{% extends '@RapsysAir/body.html.twig' %}
 {% block content %}
        <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) }}