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 %}