{% extends "base.html" %} {% block contents %} {% if message %}
{{ message }}
{% endif %} {% if error %}
{{ error }}
{% endif %}

If you had set an email address in your profile, you can enter it below and a link to reset your password will be sent to you.

{{ xsrf_form_html() }}

If you didn't set an email address, you can try contacting your server administrator.

{% endblock %}