diff options
author | 2010-08-25 18:22:27 +0200 | |
---|---|---|
committer | 2010-08-25 18:22:27 +0200 | |
commit | 29f9dc8fb3396b03d732ebcbeb1cc8f00fe13897 (patch) | |
tree | f2a910cbea747a7b0c0a50d6c66691e54f5ef47f /core/module/web/templates/default/logout.html | |
parent | merged gui (diff) | |
download | pyload-29f9dc8fb3396b03d732ebcbeb1cc8f00fe13897.tar.xz |
new dirs
Diffstat (limited to 'core/module/web/templates/default/logout.html')
-rw-r--r-- | core/module/web/templates/default/logout.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/module/web/templates/default/logout.html b/core/module/web/templates/default/logout.html deleted file mode 100644 index edc30392e..000000000 --- a/core/module/web/templates/default/logout.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends 'default/base.html' %} -{% load i18n %} - -{% block head %} -<meta http-equiv="refresh" content="3; url=/"> -{% endblock %} - -{% block content %} -<p><b>{% trans "You were successfully logged out." %}</b></p> -{% endblock %}
\ No newline at end of file |