{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load static %} {% load compress %} {% block title %}{% trans "Add a two-factor authentication device" %}{% endblock %} {% block content %}

{% trans "Add a two-factor authentication device" %}

{% trans "Please connect your WebAuthn device. If it has a button, touch it now. You might have to unplug the device and plug it back in again." %}

{% csrf_token %}

{% trans "Device registration failed." %}
{% compress js %} {% endcompress %} {% endblock %}