This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
takahe/templates/auth/trigger_reset_success.html
2022-11-17 19:36:25 -07:00

15 lines
342 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 <tt>{{ email }}</tt> for the reset link.
</p>
</fieldset>
</form>
{% endblock %}