diff --git a/Controller/CustomFieldsGroupController.php b/Controller/CustomFieldsGroupController.php index 5399121db..9897da5f4 100644 --- a/Controller/CustomFieldsGroupController.php +++ b/Controller/CustomFieldsGroupController.php @@ -251,7 +251,7 @@ class CustomFieldsGroupController extends Controller if ($form->isSubmitted()) { if ($form->get('submit_render')->isClicked()) { - return $this->render('ChillCustomFieldsBundle:CustomFieldsGroup:render.html.twig', array( + return $this->render('ChillCustomFieldsBundle:CustomFieldsGroup:render_for_test.html.twig', array( 'fields' => $form->getData(), 'customFieldsGroup' => $entity )); diff --git a/Resources/views/CustomFieldsGroup/render.html.twig b/Resources/views/CustomFieldsGroup/render_for_test.html.twig similarity index 100% rename from Resources/views/CustomFieldsGroup/render.html.twig rename to Resources/views/CustomFieldsGroup/render_for_test.html.twig