{% extends "registration/registration_base.html" %} {% load url from future %} {% load i18n %} {% block masthead %}

{% trans "Password change successful" %}

{% endblock %} {% block content %}

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

{% trans "Back to dashboard" %} {% endblock %}