]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/UserBundle/Resources/views/themes/baggy/Security/login.html.twig
last changes for baggy theme
[github/wallabag/wallabag.git] / src / Wallabag / UserBundle / Resources / views / themes / baggy / Security / login.html.twig
index 0e7bba0f0ac8a01aacdd68a40020e8e3dccb1669..d52c3662934ca3ba70652d02892cf557c4234782 100644 (file)
@@ -1,13 +1,6 @@
-{% extends "WallabagCoreBundle::layout.html.twig" %}
+{% extends "FOSUserBundle::layout.html.twig" %}
 
-{% block title %}{% trans %}login to your wallabag{% endtrans %}{% endblock %}
-
-{% block body_class %}login{% endblock %}
-
-{% block menu %}{% endblock %}
-{% block messages %}{% endblock %}
-
-{% block content %}
+{% block fos_user_content %}
         <form action="{{ path('fos_user_security_check') }}" method="post" name="loginform">
             <fieldset class="w500p center">
                 <h2 class="mbs txtcenter">{% trans %}Login to wallabag{% endtrans %}</h2>