mirror of
https://github.com/Hopiu/django.git
synced 2026-03-19 15:30:24 +00:00
7 lines
170 B
HTML
7 lines
170 B
HTML
{% extends "registration/password_change_form.html" %}
|
|
|
|
{% block content %}
|
|
{{ spam }}
|
|
Hello from a custom password change form template
|
|
{{ block.super }}
|
|
{% endblock %}
|