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

Resend confirmation instructions

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