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 #} -
- {%- else -%} - {{- parent() -}} - {%- endif -%} -{% endblock %} - {% block content %}