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