mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 05:30:21 -04:00
13 lines
352 B
HTML
13 lines
352 B
HTML
|
|
{% extends "withoutnav_template.html" %}
|
|||
|
|
|
|||
|
|
{% block page_title %}
|
|||
|
|
Check your email – GOV.UK Notify
|
|||
|
|
{% endblock %}
|
|||
|
|
|
|||
|
|
{% block maincolumn_content %}
|
|||
|
|
|
|||
|
|
<h1 class="heading-large">Check your email</h1>
|
|||
|
|
<p>An email has been sent to {{ new_email }}.</p>
|
|||
|
|
<p>Click the link in the email to confirm the change to your email address.</p>
|
|||
|
|
|
|||
|
|
{% endblock %}
|