{% extends 'core/page.html' %} {% load i18n %} {% block page %}

{% trans "Password reset sent" %}

{% if user.is_authenticated %} {% include "account/snippets/already_logged_in.html" %} {% endif %}

{% blocktrans trimmed %} We have sent you an e-mail. Please contact us if you do not receive it within a few minutes. {% endblocktrans %}

{% blocktrans trimmed %} If you don't receive an e-mail, please make sure you've entered the address you registered with, and check your spam folder. {% endblocktrans %}

{% endblock %}