From b05b854b0b611c2f4316be9bb5b101fbae7e4a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 29 Feb 2012 14:50:50 +0100 Subject: [PATCH] Fix typo --- html/translate.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/translate.html b/html/translate.html index 28cd97384..b1c3dc1cb 100644 --- a/html/translate.html +++ b/html/translate.html @@ -32,9 +32,9 @@ {% trans "Previous" %} {% trans "Next" %} -{{ if user.is_authenticated }} +{% if user.is_authenticated %} -{{ endif }} +{% endif %}