{% extends "structure/_base.html" %} {% import "macros/_wtf.html" as wtf %} {% block title %}Forgot Password {% endblock title %} {% block content %}

Send password reset instructions


{{ forgot_password_form.hidden_tag() }} {{ wtf.regular_field(forgot_password_form.email, autofocus="autofocus") }}
{% endblock content %}