{% extends theme("base.html") %} {% block content %} {% from theme("security/_macros.html") import render_field_with_errors, render_field, render_button %} {% include theme("security/_messages.html") %}

Send password reset instructions

{{ forgot_password_form.hidden_tag() }} {{ render_field_with_errors(forgot_password_form.email, class="form-control", placeholder="you@domain.com") }} {{ render_button(forgot_password_form.submit, class="btn btn-primary") }}
{% include theme("security/_menu.html") %} {% endblock %}