fix: validation error indication on cards

This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent 89979d6ce4
commit 03ac430be4
6 changed files with 208 additions and 17 deletions
@@ -9,6 +9,8 @@
{% block participant_cards %}
<div id="main-content" class="col-span-2">
{{ form_start(form, {
'method': 'POST',
'action': path('app_booking_create_step_2'),
'attr': {
'hx-post': path('app_booking_create_step_2'),
'hx-target': '#main-content',