diff options
author | 2014-08-27 15:22:39 +0200 | |
---|---|---|
committer | 2014-08-27 15:22:39 +0200 | |
commit | 4c8a6401abe2ee3752d8a30402e74e882042352f (patch) | |
tree | 64e14f3147bb60ade00aeb21a9fa97a8f862733c /module/web/themes/flat/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/web/themes/flat/tml/logout.html')
-rw-r--r-- | module/web/themes/flat/tml/logout.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/module/web/themes/flat/tml/logout.html b/module/web/themes/flat/tml/logout.html deleted file mode 100644 index 370031b25..000000000 --- a/module/web/themes/flat/tml/logout.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends '/flat/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 |