diff options
| author | 2012-08-13 17:40:10 +0200 | |
|---|---|---|
| committer | 2012-08-13 17:40:10 +0200 | |
| commit | 941e3021000e59020f66419cc2156aee30972121 (patch) | |
| tree | 49332fb148dd50c0ee78e4c20336c2848921bc1a /module/web/templates/default/login.html | |
| parent | merge (diff) | |
| download | pyload-941e3021000e59020f66419cc2156aee30972121.tar.xz | |
working login
Diffstat (limited to 'module/web/templates/default/login.html')
| -rw-r--r-- | module/web/templates/default/login.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/module/web/templates/default/login.html b/module/web/templates/default/login.html index 914ec6f16..95c62a992 100644 --- a/module/web/templates/default/login.html +++ b/module/web/templates/default/login.html @@ -3,7 +3,7 @@ {% block title %}{{_("Login")}} - {{super()}} {% endblock %} {% block content %} - +<br> <div class="login"> <div class="login_title"> {{_("Login")}} @@ -24,11 +24,12 @@ </form> </div> - +<div style="text-align: center"> {% if errors %} <p>{{_("Your username and password didn't match. Please try again.")}}</p> {{ _("To reset your login data or add an user run:") }} <b> python pyLoadCore.py -u</b> {% endif %} +</div> {% endblock %}
\ No newline at end of file |
