diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-09 23:29:24 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-09 23:29:24 +0100 |
commit | aa78d90803a68e41ea663adb623c859cae3ad91e (patch) | |
tree | c793e30df9fccdf350fcd299e70fb3c14fabc36a /module/web/templates/default/logout.html | |
parent | captcha manager fix, toggle reconnect (diff) | |
download | pyload-aa78d90803a68e41ea663adb623c859cae3ad91e.tar.xz |
new config page, mootools 1.3, removed old templates
Diffstat (limited to 'module/web/templates/default/logout.html')
-rw-r--r-- | module/web/templates/default/logout.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/web/templates/default/logout.html b/module/web/templates/default/logout.html index edc30392e..d3f07472b 100644 --- a/module/web/templates/default/logout.html +++ b/module/web/templates/default/logout.html @@ -1,10 +1,9 @@ {% 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> +<p><b>{{_("You were successfully logged out.")}}</b></p> {% endblock %}
\ No newline at end of file |