{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Reset password, email sent" %}{% endblock %} {% block pagetitle %}{% trans "Reset password, email sent" %}{% endblock %} {% block content %}

{% trans "Reset password, email sent" %}

We've emailed you instructions for setting your password. You should receive the email shortly!

{% endblock %}