{% extends "base.html" %} {% load i18n %} {% comment %}This page is automatically used by django.contrib.auth.views{% endcomment %} {% block title %}{% trans "Password change" %} — {{ block.super }}{% endblock %} {% block body %}
{% trans 'Your password was changed.' %}
{% endblock %}