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