{% extends "base.html" %} {% load i18n %} {% block page_title %}{% trans 'Password Reset Request Complete!' %}{% endblock page_title %} {% block content %}

{% trans 'Check your email!' %}

{% trans 'We sent you a link that you will need to click to verify your identity, then you can reset your password.' %}

{% endblock content %}