{% extends "account/base.html" %} {% block hero_content %} {% include "v4/secondary-header.html" with primary="Login" secondary="Reset Sent" %} {% endblock hero_content %} {% block content %} {{ block.super }}

Password reset sent

We've emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly.

If you don’t receive an email, please make sure you’ve entered the address you registered with, and check your spam folder.

Login {% include "account/sub/register_button.html" %}
{% endblock %}