feat: manually create customer access link for offer and update status

addresses #869eea8d7
This commit is contained in:
Björn Fromme
2026-08-24 09:19:16 +02:00
parent 7c5f6dd5ef
commit 48db290625
6 changed files with 323 additions and 7 deletions
@@ -0,0 +1,13 @@
{% extends 'htmx_confirmation_modal.html.twig' %}
{% block title %}Zugangslink manuell erzeugen{% endblock %}
{% block content %}
<div>
Möchtest du den Zugangslink für <em>{{ booking.groupName }}</em> jetzt erzeugen?
Die Buchung wechselt dadurch in den Status „Offen“ — es wird aber keine E-Mail an den
Kunden verschickt.
</div>
{% endblock %}
{% block button_confirm %}Link erzeugen{% endblock %}