[Twig][Form] Removed extra table colunm in the button_row block template

This commit is contained in:
paradoxe 2013-05-15 00:05:41 +02:00
parent 89c25911a9
commit 6d5bc7ad0f
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
{% block button_row %}
{% spaceless %}
<tr>
<td></td>
<td colspan="2">
{{ form_widget(form) }}
</td>