{% extends "login_base.html" %} {% load i18n %} {% block login_content %}

{% trans 'Password reset sent' %}

{% trans "We've sent you an email with instructions to reset your password. If an account with the provided email exists, you should receive it shortly." %}

{% trans "If you don't receive an email, please check the email address you entered and look in your spam folder." %}

{% trans 'Back to login' %}
{% endblock %}