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

Thanks mcella.
This commit is contained in:
Tim Graham 2014-01-18 08:33:42 -05:00
parent 20bab2cf9d
commit 8a34d35696
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% 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 %}