mirror of
https://github.com/Hopiu/django.git
synced 2026-04-24 08:44:48 +00:00
Fixed template syntax error, introduced in pull request #17
This commit is contained in:
parent
d20fbf46ba
commit
b1be28554f
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
{% endif %}
|
||||
{% if user.has_usable_password %}
|
||||
<a href="{% url 'admin:password_change' %}">{% trans 'Change password' %}</a> /
|
||||
{% endif $}
|
||||
{% endif %}
|
||||
<a href="{% url 'admin:logout' %}">{% trans 'Log out' %}</a>
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue