From 7bc7de7332670f692eda576787e671c2eba0e5bb Mon Sep 17 00:00:00 2001 From: godofdream Date: Fri, 17 Aug 2012 01:29:03 +0200 Subject: added division into default template and mobile template, added Base site --- module/web/templates/default/app_login.html | 49 ----------------------------- 1 file changed, 49 deletions(-) delete mode 100644 module/web/templates/default/app_login.html (limited to 'module/web/templates/default/app_login.html') diff --git a/module/web/templates/default/app_login.html b/module/web/templates/default/app_login.html deleted file mode 100644 index ecc41ee92..000000000 --- a/module/web/templates/default/app_login.html +++ /dev/null @@ -1,49 +0,0 @@ -{% extends 'default/app.html' %} -{% block title %}{{_("Login")}} - {{super()}} {% endblock %} -{% block content %} - -
-
-

- pyLoad {{_("Login")}} -

-
-
- {% if logout %} -
- {{_("You were successfully logged out.")}} -
- {% endif %} -
-
-
- - -
-
-
-
- - -
-
- -
- {% if errors %} -
-

{{_("Your username and password didn't match. Please try again.")}}

- {{ _("To reset your login data or add an user run:") }} python pyLoadCore.py -u -
- {% endif %} -
- - {{_("Desktop Version")}} - -
-
-
-{% endblock %} \ No newline at end of file -- cgit v1.2.3