{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Password Reset Sent" %}{% endblock %} {% block content %}

{% trans "Password Reset Sent" %}

{% trans "Check your email for the reset link." %}

{% endblock %}