From df888fad2bd1697f6c61930c486242764184d638 Mon Sep 17 00:00:00 2001 From: stickell Date: Sun, 24 Aug 2014 16:00:27 +0200 Subject: Revert 8446e16346ece5a934550f69e81d0cad528f7fba. It broke the WebUI. --- module/web/themes/default/tml/login.html | 36 -------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 module/web/themes/default/tml/login.html (limited to 'module/web/themes/default/tml/login.html') diff --git a/module/web/themes/default/tml/login.html b/module/web/themes/default/tml/login.html deleted file mode 100644 index d11941bb7..000000000 --- a/module/web/themes/default/tml/login.html +++ /dev/null @@ -1,36 +0,0 @@ -{% extends '/default/tml/base.html' %} - -{% block title %}{{_("Login")}} - {{super()}} {% endblock %} - -{% block content %} - -
-
-
- -
- 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 %} -- cgit v1.2.3