@@ -8,6 +8,9 @@ For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
+
+{% form_theme form 'SonataAdminBundle:Form:admin_fields.html.twig' %}
{% block content %}
{% block preview %}{% endblock %}
{% block form %}{% endblock %}
@@ -52,6 +52,8 @@ file that was distributed with this source code.
</head>
<body>
+ {% form_theme form 'SonataAdminBundle:Form:admin_fields.html.twig' %}
{# initialize block value #}
{% set preview = block('preview') %}
{% set form = block('form') %}