fix: show feedback modal
This commit is contained in:
@@ -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 #}
|
||||
|
||||
Reference in New Issue
Block a user