File tree 1 file changed +1
-1
lines changed
crispy_bootstrap5/templates/bootstrap5/layout
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
{% if field.label %}
7
7
< fieldset {% if field.aria_describedby %} aria-describedby ="{{ field.aria_describedby }} "{% endif %}{% if 'form-horizontal' in form_class %} class="row "{% endif %} >
8
- < legend for ="{{ field.id_for_label }} " class ="{{ label_class }}{% if 'form-horizontal' in form_class %} col-form-label pt-0{% else %} form-label{% endif %}{% if field.field.required %} requiredField{% endif %} ">
8
+ < legend for ="{{ field.id_for_label }} " class ="{{ label_class }} fs-6 {% if 'form-horizontal' in form_class %} col-form-label pt-0{% else %} form-label{% endif %}{% if field.field.required %} requiredField{% endif %} ">
9
9
{{ field.label }}{% if field.field.required %}< span class ="asteriskField "> *</ span > {% endif %}
10
10
</ legend >
11
11
{% endif %}
You can’t perform that action at this time.
0 commit comments