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

Resend security code

Text messages sometimes take a few minutes to arrive. If you do not receive a security code, Notify can send you a new one.

{{ govukButton({ "element": "a", "text": "Resend security code", "href": url_for('main.check_and_resend_verification_code') }) }}

If your mobile number has changed

You’ll need to:

{% endblock %}