From d6bca8a858100414dc5aeae6fe22723af60c7b60 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 7 Feb 2011 14:35:35 -0400 Subject: [PATCH] Fix typo from last commit --- apps/main/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/main/templates/base.html b/apps/main/templates/base.html index b7a41055aa..f1e2410fa9 100755 --- a/apps/main/templates/base.html +++ b/apps/main/templates/base.html @@ -28,7 +28,7 @@ {% trans 'Anonymous' %} {% else %} {{ user.full_name|default:user }} - {% if has_usable_password %} + {% if user.has_usable_password %} ({% trans 'New password' %}) {% endif %} {% endif %}