From 009eabd09c780468930467512fa3fcca49d034ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 30 Sep 2025 16:08:59 +0200 Subject: [PATCH] fix: layout improvements --- templates/booking/create_step_2.html.twig | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/templates/booking/create_step_2.html.twig b/templates/booking/create_step_2.html.twig index bdb1c15..3c67349 100644 --- a/templates/booking/create_step_2.html.twig +++ b/templates/booking/create_step_2.html.twig @@ -73,13 +73,13 @@ {% set hasDateOfBirth = participantData and participantData.dateOfBirth %} {% if not hasDateOfBirth %} -
+

- Zusatzleistungen sind erst nach Angabe des Geburtsdatums buchbar + Leistungen sind erst nach Angabe des Geburtsdatums buchbar

@@ -209,12 +209,6 @@ }) }}
{% endif %} - {# - Parking field shares this space with pickupOutbound since they're mutually exclusive: - - pickupOutbound: shown only when transportationOutbound is BUS - - parking: shown only when transportationOutbound is PKW (car) - This optimizes the layout by utilizing the same visual space. - #} {% if participant.parking is defined %}
{{ form_row(participant.parking, {