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

Enter a Confirmation Code


We have sent a confirmation code to your email address. Please enter it below to continue:

{% csrf_token %}
{% if wrong_code %}
Not a valid code. Did you type it in correctly?
{% endif %}
{% endblock %}