{% extends 'portal/base.html' %} {% load staticfiles %} {% load app_tags %} {% block css %} {{ block.super }} {% endblock css %} {% block scripts %} {{ block.super }} {% endblock scripts %} {% block pageID %}id="homeWrapper"{% endblock %} {% block content %} {{ block.super }}
{% if is_teacher %}
{% else %}
{% endif %}

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.


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

Back to homepage
{% endblock content %}