{% from "security/_macros.html" import render_field_with_errors, render_field %} {% include "security/_messages.html" %}

Send password reset instructions

{{ forgot_password_form.hidden_tag() }} {{ render_field_with_errors(forgot_password_form.email) }} {{ render_field(forgot_password_form.submit) }}
{% include "security/_menu.html" %}