{% extends "blank.html" %} {% block content %}
{{ form.hidden_tag() }}
Enter your email address.
We'll send you instructions to reset your password.
{{ form.email(size=32) }} {% for error in form.email.errors %} {{ error }} {% endfor %}
{{ form.submit() }}
{% endblock %}