diff --git a/templates/booking/edit.html.twig b/templates/booking/edit.html.twig index aa780fb..995553f 100644 --- a/templates/booking/edit.html.twig +++ b/templates/booking/edit.html.twig @@ -217,9 +217,11 @@ {% endif %} {% endif %} -
- {{ form_row(child.parking) }} -
+ {% if child.parking is defined %} +
+ {{ form_row(child.parking) }} +
+ {% endif %} {% if not travelData.additionalServicesMutable %}