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

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

{% csrf_token %} {% bootstrap_form_errors form %} {% bootstrap_field form.name layout='horizontal' %} {% bootstrap_field form.devicetype layout='horizontal' %}
{% endblock %}