mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-20 19:01:52 +00:00
6 lines
181 B
HTML
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 %}
|