{% extends 'base.html' %} {% load url from future %} {% block page_header %}

Verify your email address

{% endblock page_header %} {% block form_content %}

With the email you just received, you’ll see a verification code. Please type that in the box below. This is to prove that you’re a human, and not an automated spam bot with an email inbox.

{% include 'form.inc.html' %}
{% csrf_token %}
{% endblock form_content %}