wip: service descriptions and car license plate field

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent b84997d058
commit 84f4481ef0
12 changed files with 623 additions and 5 deletions
+11
View File
@@ -177,6 +177,17 @@
}) }}
</div>
{% endif %}
{% if participant.licensePlate is defined %}
<div class="mt-4">
{{ form_row(participant.licensePlate, {
'attr': {
'hx-trigger': 'change',
'hx-post': path('app_booking_create_step_2_refresh'),
'hx-swap': 'none'
}
}) }}
</div>
{% endif %}
</div>
<div>