{% extends "admin_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-footer.html" import page_footer %} {% block page_title %} GOV.UK Notify {% endblock %} {% block fullwidth_content %}

Check your email address

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

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