Commit 8a34d356 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed #21659 -- Modified the registration/password_change_form.html admin...

Fixed #21659 -- Modified the registration/password_change_form.html admin template to use {% admin_static %}.

Thanks mcella.
parent 20bab2cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{% extends "admin/base_site.html" %}
{% load i18n static %}
{% load i18n admin_static %}
{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "admin/css/forms.css" %}" />{% endblock %}
{% 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 %}
{% block breadcrumbs %}