Files
notifications-admin/app/templates/views/password-reset-sent.html

19 lines
348 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
2016-01-04 14:00:39 +00:00
{% block page_title %}
GOV.UK Notify
2016-01-04 14:00:39 +00:00
{% endblock %}
{% block maincolumn_content %}
2016-01-04 14:00:39 +00:00
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">GOV.UK Notify</h1>
2016-01-04 14:00:39 +00:00
<p>You have been sent an email containing a link to reset your password.</p>
2016-01-04 14:00:39 +00:00
</div>
2016-01-04 14:00:39 +00:00
</div>
2016-01-08 15:55:31 +00:00
{% endblock %}