]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/Security/login.html.twig
Cleanup & simplify theme
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / Security / login.html.twig
index 2437e3b0decd4315a6b2fd3ee447dfb8b5557852..eb8f08c825cbf51857c2e13283b6d31a63d24b71 100644 (file)
@@ -1,6 +1,11 @@
-{% extends "WallabagCoreBundle::layout-login.html.twig" %}
+{% extends "WallabagCoreBundle::layout.html.twig" %}
 
 {% block title %}{% trans %}login to your wallabag{% endtrans %}{% endblock %}
+
+{% block body_class %}login{% endblock %}
+
+{% block menu %}{% endblock %}
+
 {% block content %}
     {% if error %}
         <div>{{ error.message }}</div>
                     <label class="col w150p" for="password">{% trans %}Password{% endtrans %}</label>
                     <input type="password" id="password" name="_password" />
                 </div>
-            {#
-                Si vous voulez contrôler l'URL vers laquelle l'utilisateur est redirigé en cas de succès
-                (plus de détails ci-dessous)
-                <input type="hidden" name="_target_path" value="/account" />
-            #}
+
                 <div class="row mts txtcenter">
                     <button type="submit">login</button>
                 </div>