{% extends "layout/base.html" %} {% block title %}FFGA - Resend Email Confirmation{% endblock %} {% block content %}

Resend Confirmation Email

{% if error %}
{{ error }}
{% endif %}

If you haven't received the confirmation email, you can request a new one by entering your email address below.

Remember to check your spam folder as well.

{% endblock %}