{% extends "single.html" %} {% block title %}Forgot Password{% endblock %} {% block single_content %} {% if error %}
{{ error }}
{% endif %}
{{ form.csrf_token }}

Forgot password

{{ form.email(class="form-control", type="email") }} {{ render_field_errors(form.email) }}
Forget it, send me back to the sign in screen.
{% endblock %}