mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Changed forgot-password so that it does not expose to the user that the email address does not exist.
19 lines
339 B
HTML
19 lines
339 B
HTML
{% extends "admin_template.html" %}
|
|
|
|
{% block page_title %}
|
|
GOV.UK Notify |
|
|
{% endblock %}
|
|
|
|
{% block fullwidth_content %}
|
|
|
|
<div class="grid-row">
|
|
<div class="column-two-thirds">
|
|
<h1 class="heading-xlarge">GOV.UK Notify</h1>
|
|
|
|
<p>You have been sent an email containing a link to reset your password.</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|