{% extends "admin/base.html" %} {% load i18n static jazzmin %} {% get_jazzmin_settings request as jazzmin_settings %} {% get_jazzmin_ui_tweaks as jazzmin_ui %} {% block title %}{% trans "Password change successful" %} | {{ jazzmin_settings.site_title }}{% endblock %} {% block bodyclass %}password-done-page{% endblock %} {% block extrastyle %} {% endblock %} {% block page_content %}

{% trans "Password change successful" %}

{% trans "Your password has been updated." %}

{% trans "Back to admin" %}
{% endblock %}