From a5addf8d331839b60611545cadceb03dc32a667e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Wed, 15 Oct 2025 21:29:12 +0200 Subject: [PATCH] fix: adopt changed template name --- src/Controller/Booking/Traits/ParticipantCardFlowTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/Booking/Traits/ParticipantCardFlowTrait.php b/src/Controller/Booking/Traits/ParticipantCardFlowTrait.php index c0726e8..c8fbf16 100644 --- a/src/Controller/Booking/Traits/ParticipantCardFlowTrait.php +++ b/src/Controller/Booking/Traits/ParticipantCardFlowTrait.php @@ -159,7 +159,7 @@ trait ParticipantCardFlowTrait // Render form and sidebar with OOB swap using htmxOobResponse // This renders ONLY the specific blocks, not the entire template $response = $this->htmxOobResponse( - 'booking/_participant_form_standalone.html.twig', + 'booking/_participant_form.html.twig', ['participant_form', 'booking_summary'], [ 'form' => $form->createView(),