mirror of
https://github.com/django/django.git
synced 2025-08-21 01:09:13 +00:00
7 lines
159 B
Django/Jinja
7 lines
159 B
Django/Jinja
{% extends "registration/password_change_done.html" %}
|
|
|
|
{% block content %}
|
|
Hello from a custom password change done template
|
|
{{ block.super }}
|
|
{% endblock %}
|