{% extends 'layouts/base.html' %} {% import 'macros/form_macros.html' as f %} {% block content %}

You need to confirm your account before continuing.

When you created an account, you should have received an email from us at {{ current_user.email }} with a link to confirm your email address.

I didn't receive an email!

No problem! Just click the button below and we'll send you another one.

Resend confirmation email
{% endblock %}