{% extends "registration/registration_base.html" %} {% load url from future %} {% load i18n %} {% block title %}{% trans "Password reset successful" %}{% endblock %} {% block masthead %}

{% trans "Password reset successful" %}

{% endblock %} {% block content %}

{% trans "We have sent you instructions for setting your password." %}

{% endblock %}