{% extends "admin/base_site_nav.html" %} {% comment %} This template overrides one of the standard admin ones. The changes are: - extend base_site_nav rather than base_site {% endcomment %} {% load i18n %} {% comment %}Translators: Translation included with Django {% endcomment %} {% block breadcrumbs %}
{% endblock %} {% comment %}Translators: Translation included with Django {% endcomment %} {% block title %}{% trans 'Password change successful' %}{% endblock %} {% block content %} {% comment %}Translators: Translation included with Django {% endcomment %}{% trans 'Your password was changed.' %}
{% endblock %}