From d0d590dd5f4b451cc35e0ae2e639582b2aa4992a Mon Sep 17 00:00:00 2001 From: Bruno Sarlo Date: Sat, 8 Aug 2009 21:59:25 -0300 Subject: Changes for preguntalo project's header. * give priorty to "ask question" * small airy space to header --- templates/header.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'templates/header.html') diff --git a/templates/header.html b/templates/header.html index db08a39a..c3f5cc89 100644 --- a/templates/header.html +++ b/templates/header.html @@ -26,6 +26,10 @@ -- cgit v1.2.3-1-g7c22 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. --- templates/header.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'templates/header.html') 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 @@