summaryrefslogtreecommitdiffstats
path: root/templates/auth/trigger_reset_success.html
blob: c0c1a0d9e3cd61d17c3960c0e2b2f1c31c0c59ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% 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 %}