feat: re-generate access links for bookings when sent via email

This commit is contained in:
Björn Fromme
2026-08-20 14:21:02 +02:00
parent 98a303e941
commit ef439f6faf
9 changed files with 58 additions and 252 deletions
@@ -2,7 +2,7 @@
{% block content %}
<div>
Möchtest du den aktuellen Zugangslink für <em>{{ booking.groupName }}</em> an
<em>{{ booking.email }}</em> senden?
Möchtest du einen neuen Zugangslink für <em>{{ booking.groupName }}</em> an
<em>{{ booking.email }}</em> senden? Der zuvor gesendete Link wird dadurch ungültig.
</div>
{% endblock %}