From 4c8a6401abe2ee3752d8a30402e74e882042352f Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 27 Aug 2014 15:22:39 +0200 Subject: [webui] Restructure file tree + convert tabs to 2 whitespaces + remove setup.html --- module/web/themes/flat/tml/login.html | 36 ----------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 module/web/themes/flat/tml/login.html (limited to 'module/web/themes/flat/tml/login.html') diff --git a/module/web/themes/flat/tml/login.html b/module/web/themes/flat/tml/login.html deleted file mode 100644 index de6c152d3..000000000 --- a/module/web/themes/flat/tml/login.html +++ /dev/null @@ -1,36 +0,0 @@ -{% extends '/flat/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