UPD: modified email templates (space after "Veröffentlichung").
This commit is contained in:
@@ -7,5 +7,6 @@ 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 %}
|
||||
|
||||
----------
|
||||
{{ event.render_as_text }}----------
|
||||
|
||||
@@ -7,6 +7,7 @@ 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 %}
|
||||
|
||||
----------
|
||||
{{ event.render_as_text }}----------
|
||||
{% if internal_note %}Bearbeitungshinweis:
|
||||
|
||||
@@ -8,7 +8,9 @@ Der folgende Link führt zur Veranstaltung:
|
||||
{{ base_url }}{{ accept_url }}
|
||||
|
||||
Veröffentlichung: {% if planned_publication_date %}{{ planned_publication_date|date:'l, d. F Y' }}{% else %}sofort{% endif %}
|
||||
{% if internal_note %}Bearbeitungshinweis:
|
||||
{% if internal_note %}
|
||||
Bearbeitungshinweis:
|
||||
{{ internal_note }}
|
||||
{% endif %}----------
|
||||
{% endif %}
|
||||
----------
|
||||
{{ event.render_as_text }}----------
|
||||
|
||||
@@ -9,9 +9,11 @@ Der folgende Link führt zur Veranstaltung:
|
||||
{{ base_url }}{{ confirm_publication_url }}
|
||||
|
||||
Veröffentlichung: {% if planned_publication_date %}{{ planned_publication_date|date:'l, d. F Y' }}{% else %}sofort{% endif %}
|
||||
{% if internal_note %}Bearbeitungshinweis:
|
||||
{% if internal_note %}
|
||||
Bearbeitungshinweis:
|
||||
{{ internal_note }}
|
||||
{% endif %}---------- Plain Text ----------
|
||||
{% endif %}
|
||||
---------- Plain Text ----------
|
||||
{{ event.render_as_text }}
|
||||
|
||||
---------- HTML Joomla ----------
|
||||
|
||||
Reference in New Issue
Block a user