X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/9e2a16e35d837335d31d4bfefb01e1e688376058..a6d4380f4506309d894f7a80833bca8489b45021:/Resources/views/form/recover_mail.html.twig diff --git a/Resources/views/form/recover_mail.html.twig b/Resources/views/form/recover_mail.html.twig index 1ee09d7..9389be9 100644 --- a/Resources/views/form/recover_mail.html.twig +++ b/Resources/views/form/recover_mail.html.twig @@ -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) }}