{% extends 'layout.html.twig' %} {% block body %} {{ parent() }}
{{ form_start(requestForm, { 'attr' : { 'class': 'px-2 px-sm-5 d-table-cell align-middle' } }) }}

Forgot Password

Please enter your email address in the field below and we'll send instructions on how to reset your password to your inbox.
{% for flashError in app.flashes('reset_password_error') %} {% endfor %}
{{ form_row(requestForm.email) }}
{{ form_end(requestForm) }}
{% endblock %}