2016-03-17 13:07:52 +00:00
|
|
|
{% extends "withoutnav_template.html" %}
|
|
|
|
|
{% from "components/textbox.html" import textbox %}
|
|
|
|
|
{% from "components/page-footer.html" import page_footer %}
|
|
|
|
|
|
2017-02-13 10:45:15 +00:00
|
|
|
{% block per_page_title %}
|
|
|
|
|
Check your email
|
2016-03-17 13:07:52 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
<div class="column-two-thirds">
|
|
|
|
|
<h1 class="heading-large">Check your email</h1>
|
2016-09-06 16:38:21 +01:00
|
|
|
<p>A new confirmation email has been sent to {{email}}</p>
|
2016-03-17 13:07:52 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|