{% extends "base.html" %} {% load compress static hc_extras %} {% block content %}

Two-factor Authentication

{% csrf_token %}

Please enter the six-digit code from your authenticator app.

{% if form.code.errors %}
{{ form.code.errors|join:"" }}
{% endif %}
{% endblock %}