diff options
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"> |