{% extends "base.html" %} {% load i18n baseurl %} {% block title %} {{ block.super }}: {% trans "Reset Password" %} {% endblock %} {% block breadcrumb_content %} {{ block.super }} ยป {% trans "Reset Password" %} {% endblock %} {% block content %}

{% trans 'Reset Password' %}

{% trans "We've e-mailed you instructions for setting your password to the e-mail address you submitted. You should receive it shortly." %}

{% endblock %}