diff --git a/templates/booking/create/step_3.html.twig b/templates/booking/create/step_3.html.twig index 9b23c2a..b4f803b 100644 --- a/templates/booking/create/step_3.html.twig +++ b/templates/booking/create/step_3.html.twig @@ -1,26 +1,5 @@ {% extends 'layout.html.twig' %} -{# Local form theme override for consistent fieldset rendering #} -{% use 'forms.html.twig' %} - -{% block form_row %} - {%- if form.vars.expanded is defined and form.vars.expanded -%} - {# Expanded forms get fieldset wrapper #} -
- - {{- form.vars.label -}} - - {{- form_widget(form, { - 'attr': attr|default({}) - }) -}} - {{- form_errors(form) -}} - {{- form_help(form) -}} -
- {%- else -%} - {{- parent() -}} - {%- endif -%} -{% endblock %} - {% block content %}

Neue Buchung

@@ -43,7 +22,7 @@ {# Payment method selection with HTMX #}