Files

15 lines
388 B
HTML
Raw Permalink Normal View History

{% extends "base.html" %}
{% from "components/page-footer.html" import page_footer %}
2017-02-13 10:45:15 +00:00
{% block per_page_title %}
Check your email
{% endblock %}
{% block maincolumn_content %}
2023-06-06 15:28:24 -04:00
<h1 class="font-body-2xl margin-bottom-3">Check your email</h1>
<p>A new confirmation email has been sent to {{ email }}</p>
<p>Click the link in the email to continue your registration.</p>
{% endblock %}