{% extends "password_reset/base.html" %} {% load i18n %} {% block title %}{% trans "Password recovery sent" %}{% endblock %} {% block full_content %}

Email sent!

{% blocktrans with ago=timestamp|timesince %}We sent an email to {{ email }}. Use the link in it to set a new password.{% endblocktrans %}

{% endblock %}