fix: show feedback modal

This commit is contained in:
Björn Fromme
2025-10-16 09:12:43 +02:00
parent a5addf8d33
commit 8225d4e92d
+2 -2
View File
@@ -3,8 +3,6 @@
{% block title %}Buchung bestätigen{% endblock %}
{% block content %}
{% include '_partials/_flashes.html.twig' %}
<h1>Neue Buchung</h1>
{% if bookingCreateDto.bookingStatus == 'A' %}
@@ -22,6 +20,8 @@
{% endif %}
<div id="form-wrapper">
{% include '_partials/_flashes.html.twig' %}
<h2 class="mb-6">Buchung bestätigen</h2>
{# Travel Summary #}