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, 9 insertions, 0 deletions
diff --git a/pyload/webui/themes/Default/tml/logout.html b/pyload/webui/themes/Default/tml/logout.html new file mode 100644 index 000000000..19d673e7c --- /dev/null +++ b/pyload/webui/themes/Default/tml/logout.html @@ -0,0 +1,9 @@ +{% 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 %} |