File tree 1 file changed +1
-1
lines changed
crispy_bootstrap5/templates/bootstrap5
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 13
13
{% if field.label and not field|is_checkbox and form_show_labels %}
14
14
{% if field.use_fieldset %}< fieldset {% if 'form-horizontal' in form_class %} class="row "{% endif %}{% if field.aria_describedby %} aria-describedby ="{{ field.aria_describedby }} "{% endif %} > {% endif %}
15
15
< {% if field.use_fieldset %}legend{% else %}label{% endif %}
16
- {% if field.id_for_label %}for="{{ field.id_for_label }}"{% endif %} class="{% if 'form-horizontal' in form_class %}col-form-label pt-0{% else %}form-label{% endif %}{% if label_class %} {{ label_class }}{% endif %}{% if field.field.required %} requiredField{% endif %}">
16
+ {% if field.id_for_label %}for="{{ field.id_for_label }}"{% endif %} class="{% if 'form-horizontal' in form_class %}col-form-label pt-0{% else %}form-label{% endif %}{% if label_class %} {{ label_class }}{% endif %}{% if field.field.required %} requiredField{% endif %}{% if field.use_fieldset %} fs-6{% endif %} ">
17
17
{{ field.label }}{% if field.field.required %}< span class ="asteriskField "> *</ span > {% endif %}
18
18
</ {% if field.use_fieldset %}legend{% else %}label{% endif %}>
19
19
{% endif %}
You can’t perform that action at this time.
0 commit comments