{% extends "base.html" %} {% block title %} | Your email address verification{% endblock %} {% block bodydata %} class="login" {% endblock %} {% block main %}

Verify email address

{% include 'snippets/messages.html' %}

We have sent an email to you for verification. Follow the link provided to finalise the sign up process. Please contact us if you do not receive it within a few minutes.

{% endblock %}