mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-01 14:41:25 -04:00
17 lines
387 B
HTML
17 lines
387 B
HTML
|
|
{% extends "withoutnav_template.html" %}
|
|||
|
|
|
|||
|
|
{% block page_title %}
|
|||
|
|
Check your email – GOV.UK Notify
|
|||
|
|
{% endblock %}
|
|||
|
|
|
|||
|
|
{% block maincolumn_content %}
|
|||
|
|
|
|||
|
|
<div class="grid-row">
|
|||
|
|
<div class="column-two-thirds">
|
|||
|
|
<h1 class="heading-large">Now check your email</h1>
|
|||
|
|
<p>Click the link in the email we’ve sent you to continue your registration</p>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
{% endblock %}
|