{% extends "base.html" %} {% from "components/components/button/macro.njk" import usaButton %} {% block per_page_title %} Resend email link {% endblock %} {% block maincolumn_content %}
Emails sometimes take a few minutes to arrive. If you do not receive an email link, Notify can send you a new one.
{{ usaButton({ "element": "a", "text": "Resend email link", "href": url_for('main.resend_email_link', next=redirect_url) }) }}
You’ll need to: