{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Password reset email sent" %} - {{ block.super }}{% endblock title %} {% block content %}
{% trans "An email has been sent to you which explains how to reset your password." %}
{% endblock content %}