2024-04-24 12:31:00 -07:00
|
|
|
{% extends "base.html" %}
|
2020-05-04 12:27:51 +01:00
|
|
|
{% from "components/page-header.html" import page_header %}
|
|
|
|
|
{% from "components/page-footer.html" import page_footer %}
|
|
|
|
|
|
|
|
|
|
{% block per_page_title %}
|
2023-06-14 09:42:22 -06:00
|
|
|
Click below to complete email re-verification and finish signing in.
|
2020-05-04 12:27:51 +01:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
2023-06-14 09:42:22 -06:00
|
|
|
<div>
|
2020-05-04 12:27:51 +01:00
|
|
|
|
2023-06-14 09:42:22 -06:00
|
|
|
<h1 class="font-body-2xl margin-bottom-3">Click below to complete email re-verification and finish signing in.</h1>
|
2020-05-04 12:27:51 +01:00
|
|
|
|
|
|
|
|
<form method="post" id="use-email-auth">
|
2023-06-14 09:42:22 -06:00
|
|
|
{{ page_footer('Verify email') }}
|
2020-05-04 12:27:51 +01:00
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|