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

Two-factor authentication - Security key

When you are ready to authenticate, press the button below.

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

{{ anchor_text }}

{% endfor %}
{% endblock %} {% block extrajs %} {% if webauthn_challenge %} {{ webauthn_challenge|json_script:"webauthn-challenge" }} {% endif %} {% endblock %}