{% extends "registration/registration_base.html" %} {% load i18n %} {% block title %}{% trans "Password changed" %}{% endblock %} {% block registration_content %}

{% trans "Password successfully changed!" %}

{% endblock %} {# This is used by django.contrib.auth #}