{% extends "admin/base_site.html" %} {% load i18n %} {% block userlinks %}{% url 'django-admindocs-docroot' as docsroot %}{% if docsroot %}{% trans "Documentation" %} / {% endif %}{% trans "Change password" %} / {% trans "Log out" %}{% endblock userlinks %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block title %}{{ title }}{% endblock title %} {% block content_title %}

{{ title }}

{% endblock content_title %} {% block content %}

{% trans "Your password was changed." %}

{% endblock content %}