]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/form/recover_mail.html.twig
Inherit message before notice class
[airbundle] / Resources / views / form / recover_mail.html.twig
index 1ee09d773d15684f83574cba15431465aaf9b9a9..9389be94c22baae8b93693b8eb1409781cc197fa 100644 (file)
@@ -3,9 +3,9 @@
        <section id="form">
                <h2><a href="{{ path('rapsys_user_recover') }}">{% trans %}Recover{% endtrans %}</a></h2>
                {% if sent %}
-                       <p class="notice">{% trans %}Your password is updated and an account recover message has been sent{% endtrans %}</p>
+                       <p class="message notice">{% trans %}Your password is updated and an account recover message has been sent{% endtrans %}</p>
                {% elseif not found %}
-                       <p class="error">{% trans %}Unable to find account{% endtrans %}</p>
+                       <p class="message error">{% trans %}Unable to find account{% endtrans %}</p>
                {% else %}
                        <section>
                                {{ form_start(form) }}