summaryrefslogtreecommitdiff
path: root/tests/templates/custom_admin/password_change_form.html
blob: 12d911002e6e4fdf295c242662870f50befe5e72 (plain)
1
2
3
4
5
6
7
{% extends "registration/password_change_form.html" %}

{% block content %}
{{ spam }}
Hello from a custom password change form template
{{ block.super }}
{% endblock %}