{% extends 'layout.html' %} {% load i18n %} {% block title %}{% trans 'Password reset email sent' %} | {{ block.super }}{% endblock %} {% block body_class %}login-page{% endblock %} {% block content %}

{% trans "Email sent" %}

{% blocktrans %} We've e-mailed you instructions for resetting your password. You should be receiving it shortly. {% endblocktrans %}

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

{% endblock %}