django/tests/templates/custom_admin/password_change_done.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
159 B
HTML
Raw Normal View History

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