diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Household/address_edit.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Household/address_edit.html.twig
index 828f69ef5..35d2d0ddc 100644
--- a/src/Bundle/ChillPersonBundle/Resources/views/Household/address_edit.html.twig
+++ b/src/Bundle/ChillPersonBundle/Resources/views/Household/address_edit.html.twig
@@ -4,17 +4,15 @@
{% block content %}
{{ block('title') }}
-
-
- {# include vue_address component #}
- {% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
- targetEntity: { name: 'household', id: household.id },
- backUrl: path('chill_person_household_addresses', { 'household_id': household.id }),
- openPanesInModal: false,
- stickyActions: true,
- useValidFrom: true,
- useValidTo: true,
- } %}
-
+
+ {# include vue_address component #}
+ {% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
+ targetEntity: { name: 'household', id: household.id },
+ backUrl: path('chill_person_household_addresses', { 'household_id': household.id }),
+ openPanesInModal: false,
+ stickyActions: true,
+ useValidFrom: true,
+ useValidTo: true,
+ } %}
{% endblock %}
diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Household/address_move.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Household/address_move.html.twig
index b10ef7942..a0844cbec 100644
--- a/src/Bundle/ChillPersonBundle/Resources/views/Household/address_move.html.twig
+++ b/src/Bundle/ChillPersonBundle/Resources/views/Household/address_move.html.twig
@@ -4,18 +4,14 @@
{% block content %}
{{ block('title') }}
-
-
- {# include vue_address component #}
- {% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
- targetEntity: { name: 'household', id: household.id },
- backUrl: path('chill_person_household_addresses', { 'household_id': household.id }),
- openPanesInModal: false,
- stickyActions: true,
- useValidFrom: true,
- } %}
- {#
- #}
-
+
+ {# include vue_address component #}
+ {% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
+ targetEntity: { name: 'household', id: household.id },
+ backUrl: path('chill_person_household_addresses', { 'household_id': household.id }),
+ openPanesInModal: false,
+ stickyActions: true,
+ useValidFrom: true,
+ } %}
{% endblock %}