{% extends 'portal/form_shapes.html' %} {% load static %} {% load app_tags %} {% block form_content %}

We need to verify your email address

Verification email sent

An email has been sent to the address you provided.

Please follow the link within the email to verify your details. This will expire in 1 hour.

If you don't receive the email within the next few minutes, check your spam folder.

{% if usertype == "TEACHER" %} Back to homepage {% else %} Back to homepage {% endif %}
{% endblock form_content %}