From d93c8261fe3a16fd9232aab7fbed8718a41439cf Mon Sep 17 00:00:00 2001 From: Bruno Sarlo Date: Sun, 9 Aug 2009 20:30:34 -0300 Subject: Added revers urls for links to work with i18n. --- locale/es/LC_MESSAGES/django.po | 2 +- templates/header.html | 22 +++++++++++----------- urls.py | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po index 8dfa7959..bcbf65bf 100644 --- a/locale/es/LC_MESSAGES/django.po +++ b/locale/es/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-08-08 20:34-0300\n" +"POT-Creation-Date: 2009-08-09 01:12-0300\n" "PO-Revision-Date: \n" "Last-Translator: Bruno Sarlo \n" "Language-Team: LANGUAGE \n" diff --git a/templates/header.html b/templates/header.html index c3f5cc89..5751bed0 100644 --- a/templates/header.html +++ b/templates/header.html @@ -7,12 +7,12 @@ {% if request.user.is_authenticated %} {{ request.user.username }} {% get_score_badge request.user %} - {% trans "logout" %} + {% trans "logout" %} {% else %} - {% trans "login" %} + {% trans "login" %} {% endif %} - {% trans "about" %} - {% trans "faq" %} + {% trans "about" %} + {% trans "faq" %} @@ -27,15 +27,15 @@