mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-11 07:33:36 -05:00
19 lines
334 B
HTML
19 lines
334 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block per_page_title %}
|
|
Check your email
|
|
{% endblock %}
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
<div class="grid-row">
|
|
<div class="grid-col-8">
|
|
<h1 class="font-body-2xl margin-bottom-3">Check your email</h1>
|
|
|
|
<p>Click the link in the email to reset your password.</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|