2024-04-24 12:31:00 -07:00
|
|
|
{% extends "base.html" %}
|
2016-01-04 14:00:39 +00:00
|
|
|
|
2017-02-13 10:45:15 +00:00
|
|
|
{% block per_page_title %}
|
|
|
|
|
Check your email
|
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
|
|
|
|
2023-08-23 16:18:25 -04:00
|
|
|
<div class="grid-row">
|
|
|
|
|
<div class="grid-col-8">
|
2023-06-06 15:28:24 -04:00
|
|
|
<h1 class="font-body-2xl margin-bottom-3">Check your email</h1>
|
2016-01-04 14:00:39 +00:00
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
<p>Click the link in the email 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 %}
|