{% extends "base.html" %} {% load compress static hc_extras %} {% block content %} {{ registration_dict|json_script:"registration" }}

Add Security Key

{% csrf_token %}
Give this credential a descriptive name. Example: "My primary Yubikey"

Waiting for security key

Follow your browser's steps to register your security key with {% site_name %}.

Something went wrong.

Success! Credential acquired.
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}