From 0a0bef9e82252a4db86551d7db6d5d09a2d8d94d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Fri, 31 Oct 2025 16:40:14 +0100 Subject: [PATCH] feat: ensure inquiry info is always visible --- templates/booking/create/step_1.html.twig | 26 +++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/booking/create/step_1.html.twig b/templates/booking/create/step_1.html.twig index 1115b40..25e7f31 100644 --- a/templates/booking/create/step_1.html.twig +++ b/templates/booking/create/step_1.html.twig @@ -3,19 +3,6 @@ {% block content %} {% include '_partials/_flashes.html.twig' %}

Neue Buchung

- {% if bookingCreateDto.bookingStatus == 'A' %} -
-
- - - -
-

Buchung auf Anfrage

-

Diese Reise kann nur auf Anfrage gebucht werden. Deine Buchung wird nach Eingang geprüft und du erhältst eine Bestätigung.

-
-
-
- {% endif %}

@@ -26,6 +13,19 @@ {# This block contains the room selection form fields #} {% block room_selection_form %}
+ {% if bookingCreateDto.bookingStatus == 'A' %} +
+
+ + + +
+

Buchung auf Anfrage

+

Diese Reise kann nur auf Anfrage gebucht werden. Deine Buchung wird nach Eingang geprüft und du erhältst eine Bestätigung.

+
+
+
+ {% endif %} {{ form_errors(form) }} {% if groupedRooms.by_room is not empty %}