diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-08-27 15:22:39 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-08-27 15:22:39 +0200 |
commit | 4c8a6401abe2ee3752d8a30402e74e882042352f (patch) | |
tree | 64e14f3147bb60ade00aeb21a9fa97a8f862733c /module/webui/themes/dark/tml/logout.html | |
parent | Re-apply 8446e16346ece5a934550f69e81d0cad528f7fba (diff) | |
download | pyload-4c8a6401abe2ee3752d8a30402e74e882042352f.tar.xz |
[webui] Restructure file tree + convert tabs to 2 whitespaces + remove setup.html
Diffstat (limited to 'module/webui/themes/dark/tml/logout.html')
-rw-r--r-- | module/webui/themes/dark/tml/logout.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/module/webui/themes/dark/tml/logout.html b/module/webui/themes/dark/tml/logout.html new file mode 100644 index 000000000..5320e07f5 --- /dev/null +++ b/module/webui/themes/dark/tml/logout.html @@ -0,0 +1,9 @@ +{% extends '/dark/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 |