{% extends "base.html" %} {% block title %} Forgot password {% endblock %} {% block heading %} {% endblock %} {% block body %} {% if email_sent %}

An email has been dispatched.

Please be patient, our secretary crabs are working as fast as they can.

Make sure to check your spam folders too. Just in case.

{% else %}

So you've done it again.

Look, we don't want to be condenscending or anything, but at this point shouldn't you just give up and get a password manager?

{% endif %} {% endblock %}