diff options
author | 2015-02-16 10:39:43 +0100 | |
---|---|---|
committer | 2015-02-16 10:39:43 +0100 | |
commit | 46eaa480d1f80b7aa701d756de953050f7885f0c (patch) | |
tree | 3625e7f96a4712b65c8bb008a86087ddf4a99888 /pyload/webui/themes/default/tml/logout.html | |
parent | Improve theme structure a bit (diff) | |
download | pyload-46eaa480d1f80b7aa701d756de953050f7885f0c.tar.xz |
Fix filename case
Diffstat (limited to 'pyload/webui/themes/default/tml/logout.html')
-rw-r--r-- | pyload/webui/themes/default/tml/logout.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pyload/webui/themes/default/tml/logout.html b/pyload/webui/themes/default/tml/logout.html deleted file mode 100644 index 19d673e7c..000000000 --- a/pyload/webui/themes/default/tml/logout.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends '/Default/tml/base.html' %} - -{% block head %} -<meta http-equiv="refresh" content="3; url=/"> -{% endblock %} - -{% block content %} -<p><b>{{_("You were successfully logged out.")}}</b></p> -{% endblock %} |