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

Enter Verification Code

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 %}