{% 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 %}
The entered code was not correct.
{% endif %}
{% endblock %}