From 5525a167566d5de569292f67857ec2454c8f5cd1 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 3 Feb 2010 16:18:03 +0100 Subject: some l18n stuff --- module/web/templates/default/logout.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 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 %} {% endblock %} {% block content %} -

You were successfully logged out.

+

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

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