{% extends "kagi/base.html" %} {% load i18n %} {% load static %} {% block content %} {{ block.super }}

{% trans 'To add a security key to your account, insert it, tap the button below, and accept the browser prompt to add the key.' %}

{% csrf_token %} {{ form }}
{% endblock %}