diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-02-03 16:18:03 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-02-03 16:18:03 +0100 |
commit | 5525a167566d5de569292f67857ec2454c8f5cd1 (patch) | |
tree | eef4c2e685959d11e219750b0df8265f8438fc46 /module/web/templates/default/logout.html | |
parent | download resume working? (diff) | |
download | pyload-5525a167566d5de569292f67857ec2454c8f5cd1.tar.xz |
some l18n stuff
Diffstat (limited to 'module/web/templates/default/logout.html')
-rw-r--r-- | module/web/templates/default/logout.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/web/templates/default/logout.html b/module/web/templates/default/logout.html index 4d00bf6d5..edc30392e 100644 --- a/module/web/templates/default/logout.html +++ b/module/web/templates/default/logout.html @@ -1,9 +1,10 @@ {% extends 'default/base.html' %} +{% load i18n %} {% block head %} <meta http-equiv="refresh" content="3; url=/"> {% endblock %} {% block content %} -<p><b>You were successfully logged out.</b></p> +<p><b>{% trans "You were successfully logged out." %}</b></p> {% endblock %}
\ No newline at end of file |