{% extends "withoutnav_template.html" %} {% from "components/button/macro.njk" import govukButton %} {% block per_page_title %} Resend email link {% endblock %} {% block maincolumn_content %}

Resend email link

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') }) }}

If your email address has changed

You’ll need to:

{% endblock %}