mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().
This commit is contained in:
parent
3131e9cef5
commit
c8dcded930
5 changed files with 15 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
{% extends "registration/password_change_form.html" %}
|
||||
|
||||
{% block content %}
|
||||
{{ spam }}
|
||||
Hello from a custom password change form template
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue