ADD: dav_events: send email to publishers if registration is closed.
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user