diff --git a/Resources/views/Form/form_control.html.twig b/Resources/views/Form/form_control.html.twig
deleted file mode 100644
index b127179be..000000000
--- a/Resources/views/Form/form_control.html.twig
+++ /dev/null
@@ -1,9 +0,0 @@
-
diff --git a/Resources/views/Person/edit.html.twig b/Resources/views/Person/edit.html.twig
index dce5ce5ea..b85e1e327 100644
--- a/Resources/views/Person/edit.html.twig
+++ b/Resources/views/Person/edit.html.twig
@@ -9,10 +9,6 @@
{% form_theme form 'ChillMainBundle:Form:fields.html.twig' %}
{{ form_start(form) }}
-{% set include_temp = 'ChillPersonBundle:Form:form_control.html.twig' %}
-{% set include_args = {'return_key': 'chill_person_view',
- 'return_args' : { 'person_id' : person.id} } %}
-{{ include(include_temp, include_args) }}
-{{ include(include_temp, include_args) }}
-
-{{ include(include_temp, include_args) }}
-
-{{ include(include_temp, include_args) }}
-