diff --git a/src/pretix/control/templates/pretixcontrol/user/2fa_add.html b/src/pretix/control/templates/pretixcontrol/user/2fa_add.html index be599df90..41621cdb3 100644 --- a/src/pretix/control/templates/pretixcontrol/user/2fa_add.html +++ b/src/pretix/control/templates/pretixcontrol/user/2fa_add.html @@ -8,7 +8,45 @@ {% csrf_token %} {% bootstrap_form_errors form %} {% bootstrap_field form.name layout='horizontal' %} - {% bootstrap_field form.devicetype layout='horizontal' %} + +
+ +
+
+
+ +
+
+ +
+
+ + {% if form.devicetype.errors %} +
+ {% for error in form.devicetype.errors %} +

{{ error|escape }}

+ {% endfor %} +
+ {% endif %} +
+
+