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