{% 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 %} {% block breadcrumbs %}
{% endblock %} {% block title %}{% trans 'Password change successful' %}{% endblock %} {% block content %}{% trans 'Your password was changed.' %}
{% endblock %}