{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

Activate Token by email
{% csrf_token %} {% if invalid %}
Sorry, The provided token is not valid.
{% endif %} {% if quota %}
{{ quota }}
{% endif %}

Enter the code sent to your email.

{% endblock %}