{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Password Reset Sent" %}{% endblock %} {% block content %}
{% trans "Password Reset Sent" %} {% trans "We have sent you an email with instructions on how to reset your password. If you don't receive it within a few minutes, please check your spam folder." %} {% trans "Back to Sign In" %}
{% trans "Didn't receive the email?" %} {% trans "Try again" %}
{% endblock %}