{% extends 'base.html' %} {% load bootstrap %} {% block content %}
{% csrf_token %}

Two-factor authentication - TOTP code

{{ form|bootstrap }}
{% for link, anchor_text in form.get_alternative_verification_links %}

{{ anchor_text }}

{% endfor %}
{% endblock %}