fix: show feedback modal

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent 1f4dc2d4a2
commit 0559341f31
+2 -2
View File
@@ -3,8 +3,6 @@
{% block title %}Buchung bestätigen{% endblock %} {% block title %}Buchung bestätigen{% endblock %}
{% block content %} {% block content %}
{% include '_partials/_flashes.html.twig' %}
<h1>Neue Buchung</h1> <h1>Neue Buchung</h1>
{% if bookingCreateDto.bookingStatus == 'A' %} {% if bookingCreateDto.bookingStatus == 'A' %}
@@ -22,6 +20,8 @@
{% endif %} {% endif %}
<div id="form-wrapper"> <div id="form-wrapper">
{% include '_partials/_flashes.html.twig' %}
<h2 class="mb-6">Buchung bestätigen</h2> <h2 class="mb-6">Buchung bestätigen</h2>
{# Travel Summary #} {# Travel Summary #}