{% extends "layouts/signed_out.html" %} {% block title %}Password Reset{% endblock %} {% block content %}
{% if submitted %}
If we found an account associated with that email address, you will find an email from us in your inbox shortly.
{% else %}
{% endif %}
{% endblock %}