{% extends 'registration/base_registration.html' %} {% load i18n %} {% block card_header %}

Email Verification

{% endblock %} {% block card_body %}
{% csrf_token %}

Please enter the 6 digit code that you received in your email.

{% include 'registration/form.html' %} Resend Verification Code
{% endblock %}