diff options
author | 2012-08-17 01:29:03 +0200 | |
---|---|---|
committer | 2012-08-17 01:29:03 +0200 | |
commit | 7bc7de7332670f692eda576787e671c2eba0e5bb (patch) | |
tree | 594b70c9b59794d05d01cd7939bef750a8ff51b4 /module/web/templates/default/logout.html | |
parent | Merge (diff) | |
download | pyload-7bc7de7332670f692eda576787e671c2eba0e5bb.tar.xz |
added division into default template and mobile template, added Base site
Diffstat (limited to 'module/web/templates/default/logout.html')
-rw-r--r-- | module/web/templates/default/logout.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/module/web/templates/default/logout.html b/module/web/templates/default/logout.html deleted file mode 100644 index 8444c4b3f..000000000 --- a/module/web/templates/default/logout.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends 'default/base.html' %} - -{% block head %} - <meta http-equiv="refresh" content="3; url=/"> -{% endblock %} - -{% block content %} - <p><b>{{_("You were successfully logged out.")}}</b></p> -{% endblock %} |