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