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