diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-08-26 23:30:22 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-08-26 23:30:22 +0200 |
commit | 1edbca46b0aef5d6bc9ca2d8c28dd32a7e7e9cf5 (patch) | |
tree | 20be87efcda4501b17fca9056628aa92985445d7 /module/web/themes/default/tml/logout.html | |
parent | Version number: 0.4.10 (diff) | |
download | pyload-1edbca46b0aef5d6bc9ca2d8c28dd32a7e7e9cf5.tar.xz |
Diffstat (limited to 'module/web/themes/default/tml/logout.html')
-rw-r--r-- | module/web/themes/default/tml/logout.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/module/web/themes/default/tml/logout.html b/module/web/themes/default/tml/logout.html new file mode 100644 index 000000000..196676de5 --- /dev/null +++ b/module/web/themes/default/tml/logout.html @@ -0,0 +1,9 @@ +{% extends '/default/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 %} |