{% extends 'base.html' %} {% load i18n %} {% block content %}

{% trans 'Password change successful' %}

{% trans 'Your password has been changed.' %}

{% trans 'Return to the home page' %}

{% endblock content %}