Reformat code

This commit is contained in:
Mira Weller
2026-03-27 11:34:45 +01:00
parent b6857967a5
commit 7d0e38b97a

View File

@@ -12,7 +12,8 @@
<div class="form-group{% if form.devicetype.errors %} has-error{% endif %}">
<label class="col-md-3 control-label">{% trans "Device type" %}</label>
<div class="col-md-9">
<div><div class="big-radio radio">
<div>
<div class="big-radio radio">
<label>
<input type="radio" value="totp" name="{{ form.devicetype.html_name }}" {% if form.devicetype.value == "totp" %}checked{% endif %}>
<strong>{% trans "Smartphone with Authenticator app" %}</strong><br>
@@ -33,7 +34,8 @@
{% endblocktrans %}
</div>
</label>
</div></div>
</div>
</div>
{% if form.devicetype.errors %}
<div class="help-block">