2016-02-01 12:15:38 +00:00
|
|
|
{% extends "withoutnav_template.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
|
|
|
|
|
|
|
|
<div class="grid-row">
|
2016-02-01 16:57:29 +00:00
|
|
|
<div class="column-two-thirds">
|
2016-09-06 17:11:44 +01:00
|
|
|
<h1 class="heading-large">Check your email</h1>
|
2016-01-04 14:00:39 +00:00
|
|
|
|
2016-09-06 17:11:44 +01: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 %}
|