Initial mfa support (for internal users) #93591
@ -4,12 +4,13 @@
|
||||
{{ field }}
|
||||
{% if not field.is_hidden %}
|
||||
{% include 'components/forms/label.html' with label_class="form-check-label" %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% if with_help_text and field.help_text %}
|
||||
<small class="form-text">{{ field.help_text|safe }}</small>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<div class="text-danger">{{ field.errors }}</div>
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="form-group">
|
||||
{% if not field.is_hidden %}
|
||||
|
Loading…
Reference in New Issue
Block a user