Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().

This commit is contained in:
Berker Peksag 2014-11-29 08:19:59 +02:00 committed by Tim Graham
parent 3131e9cef5
commit c8dcded930
5 changed files with 15 additions and 2 deletions

View file

@ -1,6 +1,7 @@
{% extends "registration/password_change_form.html" %}
{% block content %}
{{ spam }}
Hello from a custom password change form template
{{ block.super }}
{% endblock %}