{% extends "security/security.html" %} {% from "_form.html" import form_field %} {% block content %}

Reset Password

{{ forgot_password_form.hidden_tag() }}
{{ form_field(forgot_password_form.email, placeholder=True) }}

{{ super() }} {% endblock %}