2016-02-01 12:15:38 +00:00
|
|
|
|
{% extends "withoutnav_template.html" %}
|
2016-01-04 14:00:39 +00:00
|
|
|
|
|
|
|
|
|
|
{% block page_title %}
|
2016-02-08 09:23:51 +00:00
|
|
|
|
GOV.UK Notify
|
2016-01-04 14:00:39 +00:00
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
2016-02-01 12:15:38 +00:00
|
|
|
|
{% block maincolumn_content %}
|
2016-01-04 14:00:39 +00:00
|
|
|
|
|
|
|
|
|
|
<div class="grid-row">
|
2016-02-01 16:57:29 +00:00
|
|
|
|
<div class="column-two-thirds">
|
2016-05-10 11:36:49 +01:00
|
|
|
|
<h1 class="heading-large">Now check your email</h1>
|
2016-01-04 14:00:39 +00:00
|
|
|
|
|
2016-05-10 11:36:49 +01:00
|
|
|
|
<p>We’ve sent you an email with a link to reset your password.</p>
|
2016-01-04 14:00:39 +00:00
|
|
|
|
|
2016-02-01 16:57:29 +00:00
|
|
|
|
</div>
|
2016-01-04 14:00:39 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
|
2016-01-08 15:55:31 +00:00
|
|
|
|
{% endblock %}
|