mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-08 15:31:21 -04:00
Lose the ‘now‘ like in: https://github.com/alphagov/notifications-admin/pull/877 Lose the ‘we‘ like in: https://github.com/alphagov/notifications-admin/pull/884
19 lines
333 B
HTML
19 lines
333 B
HTML
{% extends "withoutnav_template.html" %}
|
|
|
|
{% block page_title %}
|
|
GOV.UK Notify
|
|
{% endblock %}
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
<div class="grid-row">
|
|
<div class="column-two-thirds">
|
|
<h1 class="heading-large">Check your email</h1>
|
|
|
|
<p>Click the link in the email to reset your password.</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|