Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca9e37a
)
Add recover class on recover block
author
Raphaël Gertz
<git@rapsys.eu>
Sun, 29 Nov 2020 06:45:57 +0000
(07:45 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Sun, 29 Nov 2020 06:45:57 +0000
(07:45 +0100)
Resources/views/form/login.html.twig
patch
|
blob
|
history
diff --git
a/Resources/views/form/login.html.twig
b/Resources/views/form/login.html.twig
index fd8ff055b822ada810d4a7afd55f02f647b3b085..a9a1daafc70f4b206475752990cd0c3fe805c035 100644
(file)
--- a/
Resources/views/form/login.html.twig
+++ b/
Resources/views/form/login.html.twig
@@
-19,7
+19,7
@@
{{ form_end(login) }}
</section>
{% if recover is defined %}
- <section>
+ <section
class="recover"
>
<h3>Recover</h3>
{{ form_start(recover) }}