mirror of
https://github.com/pretix/pretix.git
synced 2026-05-21 17:54:08 +00:00
Reformat code
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user