{% extends "withoutnav_template.html" %} {% from "components/button/macro.njk" import govukButton %} {% 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.
{{ govukButton({ "element": "a", "text": "Resend email link", "href": url_for('main.resend_email_link') }) }}
You’ll need to: