X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FWallabag%2FUserBundle%2FResources%2Fviews%2FSecurity%2Flogin.html.twig;h=32984c845483e912c1cf30b40f716c221fa85959;hb=6337b46e80d9e8ac3764d13a9d533bb8b6f05c2a;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..32984c84 100644 --- a/src/Wallabag/UserBundle/Resources/views/Security/login.html.twig +++ b/src/Wallabag/UserBundle/Resources/views/Security/login.html.twig @@ -5,11 +5,11 @@
{% 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 %}
-
+