diff --git a/django/contrib/admin/templates/registration/password_change_form.html b/django/contrib/admin/templates/registration/password_change_form.html
index 921df0a..7b3ae6f 100644
a
|
b
|
|
1 | 1 | {% extends "admin/base_site.html" %} |
2 | | {% load i18n static %} |
| 2 | {% load i18n admin_static %} |
3 | 3 | {% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "admin/css/forms.css" %}" />{% endblock %} |
4 | 4 | {% block userlinks %}{% url 'django-admindocs-docroot' as docsroot %}{% if docsroot %}<a href="{{ docsroot }}">{% trans 'Documentation' %}</a> / {% endif %} {% trans 'Change password' %} / <a href="{% url 'admin:logout' %}">{% trans 'Log out' %}</a>{% endblock %} |
5 | 5 | {% block breadcrumbs %} |