fix: adopt changed template name

This commit is contained in:
Björn Fromme
2025-10-15 21:29:12 +02:00
parent 0542a669bd
commit a5addf8d33
@@ -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(),