mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Fixed #19439 -- Removed unused template tag library in change_password.html
Thanks ppetrid for the report.
This commit is contained in:
parent
04e6542b5a
commit
35492f8fc4
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{% extends "admin/base_site.html" %}
|
||||
{% load i18n admin_static admin_modify %}
|
||||
{% load i18n admin_static %}
|
||||
{% load admin_urls %}
|
||||
|
||||
{% block extrahead %}{{ block.super }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue