{% extends "registration/base.html" %} {% load i18n %} {% block content %}

{% block page_title %}{% trans "Password change successful" %}{% endblock %}

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

{% trans "Return to site" %} {% if user.is_staff %} {% trans "Return to admin" %} {% endif %}
{% endblock %}