{% extends "base.html" %} {% block stylesheets %} {% endblock %} {% block content %}

Confirm

{% include "components/errors.html" %}
We've sent a confirmation email to your email address.

Please click the link in that email to confirm your account.

If the email doesn’t arrive, check your spam folder or contact an administrator to manually verify your account.

{% with form = Forms.auth.ConfirmForm() %}
{{ form.submit(class="btn btn-md btn-primary btn-outlined w-100") }}
{{ form.nonce() }}
{% endwith %}
{% endblock %} {% block scripts %} {% endblock %}