We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f884cc commit ca33133Copy full SHA for ca33133
flask_admin/templates/bootstrap4/admin/lib.html
@@ -120,9 +120,9 @@
120
{% set prepend = kwargs.pop('prepend', None) %}
121
{% set append = kwargs.pop('append', None) %}
122
<div class="form-group {{ kwargs.get('column_class', '') }}">
123
- <label for="{{ field.id }}" class="control-label {% if field.widget.input_type == 'checkbox' %}d-block mb-0{% endif %}">{{ field.label.text }}
+ <label for="{{ field.id }}" class="col-form-label {% if field.widget.input_type == 'checkbox' %}d-block mb-0{% endif %}">{{ field.label.text }}
124
{% if h.is_required_form_field(field) %}
125
- <strong class="text-danger"">*</strong>
+ <strong class="text-danger">*</strong>
126
{%- else -%}
127
128
{%- endif %}
0 commit comments