{% extends "withoutnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-footer.html" import page_footer %} {% block page_title %} Check your email address – GOV.UK Notify {% endblock %} {% block maincolumn_content %}

Check your email address

Check your email address is correct and then resend the confirmation code.

{{ textbox(form.email_address, hint='Your email address must end in .gov.uk') }} {{ page_footer('Resend confirmation code') }}
{% endblock %}