takahe/templates/auth/perform_reset_success.html

15 wiersze
319 B
HTML

{% 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 %}