{% extends 'base.html' %} {% import '_wtfhelpers.html' as wtf %} {% block content %}

Send password reset instructions

{{ wtf.quick_form(forgot_password_form, button_map={'submit': 'primary'}) }} {% endblock %}