{% extends "registration/password_reset_base.html" %} {% load i18n %} {% block password_block %}

{% trans "We’ve emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly." %}

{% trans "If you did not receive any email, please make sure you’ve entered the address you registered with, and check your spam folder." %}

{% trans "Go back home" %}
{% endblock %}