File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
crispy_bootstrap5/templates/bootstrap5/layout Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 66 < div id ="div_{{ field.auto_id }} " class ="mb-3{% if wrapper_class %} {{ wrapper_class }}{% endif %}{% if 'form-horizontal' in form_class %} row{% endif %}{% if form_group_wrapper_class %} {{ form_group_wrapper_class }}{% endif %}{% if form_show_errors and field.errors %} has-danger{% endif %}{% if field.css_classes %} {{ field.css_classes }}{% endif %} ">
77
88 {% if field.label and form_show_labels %}
9- < label for ="{{ field.id_for_label }} " class ="{% if 'form-horizontal' in form_class %}col-form-label {% else %}form-label{% endif %}{{ label_class }}{% if field.field.required %} requiredField{% endif %} ">
9+ < label for ="{{ field.id_for_label }} " class ="{% if 'form-horizontal' in form_class %}col-form-label{% else %}form-label{% endif %} {{ label_class }}{% if field.field.required %} requiredField{% endif %} ">
1010 {{ field.label }}{% if field.field.required %}< span class ="asteriskField "> *</ span > {% endif %}
1111 </ label >
1212 {% endif %}
You can’t perform that action at this time.
0 commit comments