{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %} {% trans "Email Sent" %} {% endblock %} {% block supplementary_css %} {% endblock %} {% block content %}

{% trans "Check your inbox." %}

{% trans "We've emailed you instructions for setting your password. You should receive the email shortly!" %}

{% endblock %}