X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FUserBundle%2FResources%2Fviews%2FSecurity%2Flogin.html.twig;h=3dd98fb642f591ce8e81d9d59d913581ec466862;hb=d02e6850c29fd7881424472666c2a6c75f679ba2;hp=5835330db7fdffc00588888505b45f4f24ff8a91;hpb=bf0d9ef534d7deb2a8de5e74fd436c49bdd53a61;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/UserBundle/Resources/views/Security/login.html.twig b/src/Wallabag/UserBundle/Resources/views/Security/login.html.twig index 5835330d..3dd98fb6 100644 --- a/src/Wallabag/UserBundle/Resources/views/Security/login.html.twig +++ b/src/Wallabag/UserBundle/Resources/views/Security/login.html.twig @@ -5,18 +5,18 @@
{% if error %} - {{ error.message }} + {% endif %} {% for flashMessage in app.session.flashbag.get('notice') %} -

{{ flashMessage }}

+ {% endfor %}
- +
@@ -33,13 +33,15 @@
- {{ 'security.login.register'|trans }} + {% if registration_enabled %} + {{ 'security.login.register'|trans }} + {% endif %}
-