{% extends "base/main_base.html" %} {% set active_page = "Email Confirmation" %} {% block pagehead %} {{ active_page.capitalize() }} {% endblock %} {% block content %}

You have not confirmed your account. Email confirmation link was sent to {{ current_user.email }}. Please check your inbox and your spam folder.

Didn't get the email? Resend

{% endblock %}