diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 21:42:46 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 21:42:46 +0200 |
commit | c765c3679fee3ed9e4bad9954a808116187a7e83 (patch) | |
tree | e18a69e8dc7d651f464c531e64773212017a22c8 /tpl/login.twig | |
parent | eb1af592194e225bf887e4893e697f0ab8dd9a26 (diff) | |
download | wallabag-c765c3679fee3ed9e4bad9954a808116187a7e83.tar.gz wallabag-c765c3679fee3ed9e4bad9954a808116187a7e83.tar.zst wallabag-c765c3679fee3ed9e4bad9954a808116187a7e83.zip |
import in poche and not in an external file
Diffstat (limited to 'tpl/login.twig')
-rw-r--r-- | tpl/login.twig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tpl/login.twig b/tpl/login.twig index fcb9b4d6..70c2190c 100644 --- a/tpl/login.twig +++ b/tpl/login.twig | |||
@@ -1,15 +1,6 @@ | |||
1 | {% extends "layout.twig" %} | 1 | {% extends "layout.twig" %} |
2 | 2 | ||
3 | {% block title %}{% trans "login to your poche" %}{% endblock %} | 3 | {% block title %}{% trans "login to your poche" %}{% endblock %} |
4 | {% block notices %} | ||
5 | <div class="messages"> | ||
6 | <ul> | ||
7 | {% for notice in notices %} | ||
8 | <li>{{ notice.value|e }}</li> | ||
9 | {% endfor %} | ||
10 | </ul> | ||
11 | </div> | ||
12 | {% endblock %} | ||
13 | {% block content %} | 4 | {% block content %} |
14 | <form method="post" action="?login" name="loginform"> | 5 | <form method="post" action="?login" name="loginform"> |
15 | <fieldset class="w500p center"> | 6 | <fieldset class="w500p center"> |