diff options
Diffstat (limited to 'tests/templates/custom_admin/password_change_form.html')
| -rw-r--r-- | tests/templates/custom_admin/password_change_form.html | 1 |
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 %} |
