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

Register new security key

{% csrf_token %} {{ form.name|bootstrap }} {{ form.token_response }}

Cancel

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