]> Raphaël G. Git Repositories - airbundle/commitdiff
Inherit message before notice class
authorRaphaël Gertz <git@rapsys.eu>
Sun, 29 Nov 2020 06:47:29 +0000 (07:47 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Sun, 29 Nov 2020 06:47:29 +0000 (07:47 +0100)
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) }}