2016-03-17 13:07:52 +00:00
|
|
|
{% extends "withoutnav_template.html" %}
|
|
|
|
|
{% from "components/textbox.html" import textbox %}
|
|
|
|
|
{% from "components/page-footer.html" import page_footer %}
|
|
|
|
|
|
2017-02-13 10:45:15 +00:00
|
|
|
{% block per_page_title %}
|
|
|
|
|
Check your email
|
2016-03-17 13:07:52 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
2018-10-11 11:59:33 +01:00
|
|
|
<h1 class="heading-large">Check your email</h1>
|
2020-05-29 17:11:01 +01:00
|
|
|
<p class="govuk-body">A new confirmation email has been sent to {{ email }}</p>
|
|
|
|
|
<p class="govuk-body">Click the link in the email to continue your registration.</p>
|
2016-03-17 13:07:52 +00:00
|
|
|
|
|
|
|
|
{% endblock %}
|