ADD: added support for Event Updated Mail.

This commit is contained in:
2018-11-21 13:33:45 +01:00
parent 6cae9d5e33
commit 30b5e920ee
7 changed files with 217 additions and 115 deletions

View File

@@ -0,0 +1,14 @@
Hallo {{ recipient.first_name }},
{{ editor }} hat die folgende Veranstaltung geändert:
{{ event }}
Link zur Veranstaltung:
{{ base_url }}{{ event.get_absolute_url }}
Voraussichtliche Veröffentlichung: {% if planned_publication_date %}{{ planned_publication_date|date:'l, d. F Y' }}{% else %}In wenigen Tagen{% endif %}
----------
{{ diff }}----------
{% if internal_note %}Bearbeitungshinweis:
{{ internal_note }}{% endif %}