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

{% trans "Check your inbox." %}

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

{% endblock %}