{% extends "testapp/base.html" %} {% block template_name %}testapp/two_factor_code.html{% endblock %} {% block content %}
{% if request.run.back_url %}

Back

{% endif %} {# Standing in for an authenticator app, so the demo is completable. #}

Your code is {{ code }}

{# The code verifies once. This says whether the check has been made #} {# and still stands — go back and change an earlier answer to watch #} {# it go from proved to voided. #}

Proof: {{ proof }}

{% csrf_token %} {{ form.as_p }}
{% endblock %}