{% extends "registration/base.html" %} {% load i18n %} {% block bodyargs %}{{block.super}} class="login"{% endblock %} {% block content %}

{% trans 'Password reset successful' %}

{% trans "We've emailed you instructions for setting your password to the email address you submitted. You should be receiving it shortly." %}

{% endblock %}