{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
{% endblock %} {% block title %}{% trans 'Password reset successful' %}{% endblock %} {% block content_enclosed %}{% trans "We've emailed you instructions for setting your password to the email address you submitted. You should be receiving it shortly." %}
{% endblock %}