Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
987ff94
)
Inherit message before notice class
author
Raphaël Gertz
<git@rapsys.eu>
Sun, 29 Nov 2020 06:46:21 +0000
(07:46 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Sun, 29 Nov 2020 06:46:21 +0000
(07:46 +0100)
Resources/views/form/recover.html.twig
patch
|
blob
|
history
diff --git
a/Resources/views/form/recover.html.twig
b/Resources/views/form/recover.html.twig
index 90694beb8e318fe85442e14cd869a155fee7f56f..c685361c3476d2a5f8d3448d3788100727cbe093 100644
(file)
--- a/
Resources/views/form/recover.html.twig
+++ b/
Resources/views/form/recover.html.twig
@@
-3,7
+3,7
@@
<section id="form">
<h2><a href="{{ path('rapsys_user_recover') }}">{% trans %}Recover{% endtrans %}</a></h2>
{% if sent %}
- <p class="notice">{% trans %}Your recover account message has been sent{% endtrans %}</p>
+ <p class="
message
notice">{% trans %}Your recover account message has been sent{% endtrans %}</p>
{% else %}
<section>
{{ form_start(form) }}