takahe/templates/auth/trigger_reset_success.html

15 wiersze
346 B
HTML

{% extends "base.html" %}
{% block title %}Password Reset Sent{% endblock %}
{% block content %}
<form>
<fieldset>
<legend>Password Reset Sent</legend>
<p>
Please check your email at <code>{{ email }}</code> for the reset link.
</p>
</fieldset>
</form>
{% endblock %}