{% extends "base.html" %}

{% block title %}Password Reset Sent{% endblock %}

{% block content %}
    <form>
        <fieldset>
            <legend>Password Reset Sent</legend>
            <p>
                Please check your email at <tt>{{ email }}</tt> for the reset link.
            </p>
        </fieldset>
    </form>
{% endblock %}