Fix typo from last commit

This commit is contained in:
Roberto Rosario
2011-02-07 14:35:35 -04:00
parent f2aae01780
commit d6bca8a858

View File

@@ -28,7 +28,7 @@
{% trans 'Anonymous' %}
{% else %}
{{ user.full_name|default:user }}
{% if has_usable_password %}
{% if user.has_usable_password %}
<a href="{% url password_change_view %}">({% trans 'New password' %})</a>
{% endif %}
{% endif %}