From c8dcded930a1d0ee5688ae2c2eeb8c33d942009f Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sat, 29 Nov 2014 08:19:59 +0200 Subject: Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change(). --- tests/templates/custom_admin/password_change_form.html | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/templates/custom_admin/password_change_form.html') 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 %} -- cgit v1.3