takahe/templates/auth/perform_reset_success.html

15 lines
319 B
HTML
Raw Normal View History

2022-11-18 02:16:34 +00:00
{% extends "base.html" %}
{% block title %}Password Reset{% endblock %}
{% block content %}
<form>
<fieldset>
<legend>Password Reset</legend>
<p>
Your password for <tt>{{ email }}</tt> has been reset!
</p>
</fieldset>
</form>
{% endblock %}