diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-12-08 12:52:09 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-12-08 12:54:22 +0100 |
| commit | a155fb7408801ad27dfbbce374f73a809dee3540 (patch) | |
| tree | a70d740c75e1aaacf1aa4226ba5412efc0fb0178 | |
| parent | fa5460460696863ebd7c8ebae325b4ebce1a777b (diff) | |
[1.5.x] Fixed #19439 -- Removed unused template tag library in change_password.html
Thanks ppetrid for the report.
Backport of 35492f8fc from master.
| -rw-r--r-- | django/contrib/admin/templates/admin/auth/user/change_password.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/admin/templates/admin/auth/user/change_password.html b/django/contrib/admin/templates/admin/auth/user/change_password.html index 64020aecb3..83a9c48ee1 100644 --- a/django/contrib/admin/templates/admin/auth/user/change_password.html +++ b/django/contrib/admin/templates/admin/auth/user/change_password.html @@ -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 }} |
