Skip to content

Commit 30dc2de

Browse files
committed
Fix bootstrap template
1 parent 1f2bbac commit 30dc2de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/form/bootstrap_5_form_layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div {{ block('widget_container_attributes') }}>
44
<div class="input-group">
55
{{ form_widget(form.value) }}
6-
{{ form_widget(form.prefix) }}
6+
{{ form_widget(form.unit) }}
77
</div>
88
</div>
99
{%- endblock -%}

0 commit comments

Comments
 (0)