feat: additional confirmation cycle and status for groups inquiries
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{% extends 'htmx_confirmation_modal.html.twig' %}
|
||||
|
||||
{% block title %}Buchung bestätigen{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div>
|
||||
Möchtest du die Buchung für <em>{{ booking.groupName }}</em> verbindlich bestätigen?
|
||||
<em>{{ booking.email }}</em> erhält daraufhin die Buchungsbestätigung inklusive
|
||||
Preisübersicht per E-Mail.
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block button_confirm %}Bestätigen{% endblock %}
|
||||
Reference in New Issue
Block a user