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

Back

{% endif %} {# The three states a proof can be in, which is the thing worth #} {# watching here: go back and change the first answer to see this #} {# one go from proved to voided. #}

Proof: {{ proof }}

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