summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/estate/tml/logout.html
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-16 12:01:17 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-16 12:01:17 +0200
commit7c163edb63fcdccc7b232b3b24fe398a363d00a7 (patch)
tree6574506cc618b8e60ff88a170599031a2df32b57 /pyload/webui/themes/estate/tml/logout.html
parent[Webui] Fix wrong trafficleft format (diff)
downloadpyload-7c163edb63fcdccc7b232b3b24fe398a363d00a7.tar.xz
New theme Estate
Diffstat (limited to 'pyload/webui/themes/estate/tml/logout.html')
-rw-r--r--pyload/webui/themes/estate/tml/logout.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/pyload/webui/themes/estate/tml/logout.html b/pyload/webui/themes/estate/tml/logout.html
new file mode 100644
index 000000000..46a8bf4ad
--- /dev/null
+++ b/pyload/webui/themes/estate/tml/logout.html
@@ -0,0 +1,9 @@
+{% extends '/estate/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 %} \ No newline at end of file