fix: adopt changed template name

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent 14ca0f5c59
commit 1f4dc2d4a2
@@ -159,7 +159,7 @@ trait ParticipantCardFlowTrait
// Render form and sidebar with OOB swap using htmxOobResponse // Render form and sidebar with OOB swap using htmxOobResponse
// This renders ONLY the specific blocks, not the entire template // This renders ONLY the specific blocks, not the entire template
$response = $this->htmxOobResponse( $response = $this->htmxOobResponse(
'booking/_participant_form_standalone.html.twig', 'booking/_participant_form.html.twig',
['participant_form', 'booking_summary'], ['participant_form', 'booking_summary'],
[ [
'form' => $form->createView(), 'form' => $form->createView(),