{% 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" %}

{% blocktrans %}We've emailed you instructions for setting your password. You should receive the email shortly!{% endblocktrans %}

{% endblock %}