Skip to content

Commit 57c5876

Browse files
committed
Fixed typo in datetime row classname
1 parent 2fa65d3 commit 57c5876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/views/form/bootstrap_4_layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
{%- if attr.original|default(false) -%}
130130
{{ form_widget(form) }}
131131
{%- else -%}
132-
<div class="row datatime">
132+
<div class="row datetime">
133133
<div class="col-md-6">
134134
{% set dateAttr = attr %}
135135
{%- if dateAttr.placeholder|default('') is empty -%}

0 commit comments

Comments
 (0)