diff --git a/amivapi/templates/events_accept.html b/amivapi/templates/events_accept.html index af71087e..bf165030 100644 --- a/amivapi/templates/events_accept.html +++ b/amivapi/templates/events_accept.html @@ -4,7 +4,8 @@ {% block text_german %}

Hallo {{ name }}!

Wir freuen uns, dir mitteilen zu können, dass deine Anmeldung für {{ title_de }} angenommen wurde und du an der Veranstaltung teilnehmen kannst!

-

Wenn du nicht mehr an der Veranstaltung teilnehmen kannst, melde dich hier ab, um deinen Platz für jemand anderen freizugeben.
+

Wenn du nicht mehr an der Veranstaltung teilnehmen kannst, melde dich ab, um deinen Platz für jemand anderen freizugeben.
+Drücke hier, um dich direkt abzumelden:Abmelden! Du kannst dich nur bis {{ weekdays_de[deadline.weekday()] }}, {{ deadline.strftime('%d.%m.%Y %H:%I') }} vom Event abmelden.

{% if signup_additional_info_de is not none and signup_additional_info_de|length %}

{{ signup_additional_info_de }}

@@ -17,7 +18,8 @@ {% block text_english %}

Hello {{ name }}!

We are happy to inform you that your signup for {{ title_en }} was accepted and you can come to the event!

-

If you do not have time to attend the event please click here to free your spot for someone else.
+

If you do not have time to attend the event please free your spot for someone else.
+Click here to signoff directly:Signoff! You cannot sign out of this event after {{ weekdays_en[deadline.weekday()] }}, {{ deadline.strftime('%d.%m.%Y %H:%I') }}.

{% if signup_additional_info_en is not none and signup_additional_info_en|length %}

{{ signup_additional_info_en }}