Skip to content

Commit

Permalink
Merge pull request sonata-project#790 from pomaxa/2.0
Browse files Browse the repository at this point in the history
fix error caused by request sonata-project#770
  • Loading branch information
rande committed May 31, 2012
2 parents 4b837f4 + 986b700 commit 933ff50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Form/form_admin_fields.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ file that was distributed with this source code.

{% block field_row %}
{% if sonata_admin is not defined or not sonata_admin_enabled or not sonata_admin.field_description %}
{{ parent() }}
{{ form_row(form) }}
{% else %}
<div class="clearfix{% if errors|length > 0%} error{%endif%}" id="sonata-ba-field-container-{{ id }}">
{% block label %}
Expand Down

0 comments on commit 933ff50

Please sign in to comment.