Skip to content

Commit

Permalink
Added missing column to the form's table layout
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart authored and fabpot committed May 16, 2013
1 parent 3c57921 commit 683bd17
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -17,7 +17,8 @@
{% block button_row %}
{% spaceless %}
<tr>
<td colspan="2">
<td></td>
<td>
{{ form_widget(form) }}
</td>
</tr>
Expand Down

0 comments on commit 683bd17

Please sign in to comment.