{% extends "admin/base_site.html" %} {% load i18n %} {% comment %} Based on Django 5.2 registration/password_change_done.html (unchanged since 4.2), 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 %}