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

5 lines
166 B
HTML

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