{% extends "u2f/base.html" %} {% load argonauts %} {% load i18n %} {% block content %} {{ block.super }}

{% trans 'To add a security key to your account, insert (and tap) it.' %}

{% csrf_token %} {{ form.response }}
{% endblock %}