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