{% extends "cabinet/base_auth.html" %} {% load i18n %} {% block title %}{% trans "Password Reset Sent" %}{% endblock %} {% block cabinet_content %}

{% trans "Check Your Email" %}

{% trans "We have sent you an email with a link to reset your password. Please check your inbox." %}
{% endblock %}