From aa78d90803a68e41ea663adb623c859cae3ad91e Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 9 Mar 2011 23:29:24 +0100 Subject: new config page, mootools 1.3, removed old templates --- module/web/templates/default/logout.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module/web/templates/default/logout.html') 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 %} {% endblock %} {% block content %} -

{% trans "You were successfully logged out." %}

+

{{_("You were successfully logged out.")}}

{% endblock %} \ No newline at end of file -- cgit v1.2.3