diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Address/edit.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Address/edit.html.twig index 55f07efcf..043b9c8fb 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Address/edit.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Address/edit.html.twig @@ -31,6 +31,10 @@ {{ form_row(form.streetAddress2) }} {{ form_row(form.postCode) }} {{ form_row(form.validFrom) }} + + {% if form.customs is defined %} + {{ form_widget(form.customs) }} + {% endif %}