{% extends BASE_TEMPLATE %} {% load i18n %} {% load static %} {% block customCSS %} {% endblock %} {% block title %} {% trans 'Enter Verification Code' %} {% endblock %} {% block description %} {% trans 'Enter Verification Code' %} {% endblock %} {% block body %}

{% trans 'Enter Verification Code' %}

{% trans "We've sent a verification code to your email. Please enter it below" %}:

{% csrf_token %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% endblock %} {% block customJS %} {% endblock %}