8000 Added missing column to the form's table layout · richsage/symfony@683bd17 · GitHub
[go: up one dir, main page]

6602
Skip to content

Commit 683bd17

Browse files
webmozartfabpot
authored andcommitted
Added missing column to the form's table layout
1 parent 3c57921 commit 683bd17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bridge/Twig/Resources/views/Form/form_table_layout.html.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
{% block button_row %}
1818
{% spaceless %}
1919
<tr>
20-
<td colspan="2">
20+
<td></td>
21+
<td>
2122
{{ form_widget(form) }}
2223
</td>
2324
</tr>

0 commit comments

Comments
 (0)
0