{% extends "password_reset/base.html" %} {% load i18n %} {% block title %}{% trans "Account recovery email sent" %}{% endblock %} {% block header %}{% trans "Recovery email sent" %}{% endblock %} {% block byline %}{% endblock %} {% block login_status%}{% endblock %} {% block content %}
{% blocktrans with ago=timestamp|timesince %}An email was sent to your recovery email address.{% endblocktrans %}
Follow the email instructions to set your new password.