djLint/tests/source_django/password_change_form.html
2021-12-14 09:57:37 +01:00

6 lines
181 B
HTML

{% extends "registration/password_change_form.html" %}
{% block content %}
{{ spam }}
Hello from a custom password change form template
{{ block.super }}
{% endblock %}