From 2cf160d497e501bf254bd8be054c0f5880ab90ca Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 8 Jun 2013 17:37:43 +0200 Subject: restructured webui to single-page-app, removed jinja --- module/web/templates/default/login.html | 43 --------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 module/web/templates/default/login.html (limited to 'module/web/templates/default/login.html') diff --git a/module/web/templates/default/login.html b/module/web/templates/default/login.html deleted file mode 100644 index c8cd78a33..000000000 --- a/module/web/templates/default/login.html +++ /dev/null @@ -1,43 +0,0 @@ -{% extends 'default/base.html' %} -{% block title %}{{_("Login")}} - {{super()}} {% endblock %} -{% block content %} -
-{% if logout %} -
- {{_("You were successfully logged out.")}} -
-{% endif %} -
-
-
- Login -
- -
- -
-
-
- -
- -
-
-
-
- - -
-
-
-
-
-
-{% 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 %} -
-{% endblock %} \ No newline at end of file -- cgit v1.2.3