]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/login.twig
import in poche and not in an external file
[github/wallabag/wallabag.git] / tpl / login.twig
index fcb9b4d63ef6cf39fbc6845648bd1190d703dfa6..70c2190c8d2d18a7caaba58f74a8658e3adf237d 100644 (file)
@@ -1,15 +1,6 @@
 {% extends "layout.twig" %}
 
 {% block title %}{% trans "login to your poche" %}{% endblock %}
-{% block notices %}
-            <div class="messages">
-                <ul>
-                {% for notice in notices %}
-                    <li>{{ notice.value|e }}</li>
-                {% endfor %}
-                </ul>
-            </div>
-{% endblock %}
 {% block content %}
             <form method="post" action="?login" name="loginform">
                 <fieldset class="w500p center">