summaryrefslogtreecommitdiff
path: root/tests/templates
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-11-29 08:19:59 +0200
committerTim Graham <timograham@gmail.com>2014-11-29 10:31:09 -0500
commitc8dcded930a1d0ee5688ae2c2eeb8c33d942009f (patch)
tree319e9868f808bca0cef788330a33225f42a3c9b7 /tests/templates
parent3131e9cef5f0a96f4fe667b0b1626c238153d1f1 (diff)
downloaddjango-c8dcded930a1d0ee5688ae2c2eeb8c33d942009f.tar.gz
Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().
Diffstat (limited to 'tests/templates')
-rw-r--r--tests/templates/custom_admin/password_change_form.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/templates/custom_admin/password_change_form.html b/tests/templates/custom_admin/password_change_form.html
index 1c424934e4..12d911002e 100644
--- a/tests/templates/custom_admin/password_change_form.html
+++ b/tests/templates/custom_admin/password_change_form.html
@@ -1,6 +1,7 @@
{% extends "registration/password_change_form.html" %}
{% block content %}
+{{ spam }}
Hello from a custom password change form template
{{ block.super }}
{% endblock %}