{% extends "nopaque.html.j2" %} {% block page_content %}

After entering your email address you will receive instructions on how to reset your password.

{{ reset_password_request_form.hidden_tag() }} {{ M.render_field(reset_password_request_form.email, class_='validate', material_icon='email', type='email') }}
{{ M.render_field(reset_password_request_form.submit, material_icon='send') }}
{% endblock %}