ADD: dav_events: send email to publishers if registration is closed.

This commit is contained in:
2019-06-03 11:42:41 +02:00
parent bee1623529
commit 2dbab0032f
3 changed files with 43 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
{% load i18n %}Hallo {{ recipient.first_name }},
{{ editor.get_full_name }} hat die Anmeldung für die folgende Veranstaltung geschlossen.
{{ number }} - {{ title }}
Datum: {{ normalized_date }}
{% if deadline %}bisheriger Anmeldeschluss: {{ deadline|date:'l, d. F Y' }}
{% endif %}geplante Veröffentlichung: {% if planned_publication_date %}{{ planned_publication_date|date:'l, d. F Y' }}{% else %}sofort{% endif %}
Der folgende Link führt zur Veranstaltung:
{{ base_url }}{{ event.get_absolute_url }}