{% extends "admin/base_site.html" %} {% load i18n %} {% comment %} Based on Django 4.2 registration/password_change_done.html, without its userlinks block: Django's one (unstyled logout button, color theme toggle) replaced suit's user links on this page. {% endcomment %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% translate 'Your password was changed.' %}
{% endblock %}