mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-17 03:40:04 -04:00
14 lines
361 B
HTML
14 lines
361 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>We’ve sent an email to {{ session['user_details']['email'] }}.</p>
|
||
<p>Click the link in the email to continue your registration.</p>
|
||
|
||
{% endblock %}
|