Updated event to publish web email template
This commit is contained in:
@@ -11,10 +11,10 @@ Der folgende Link führt zur Veranstaltung:
|
|||||||
|
|
||||||
Veröffentlichung: ({% if planned_publication_date %}{{ planned_publication_date|date:'l, d. F Y' }}{% else %}sofort{% endif %})
|
Veröffentlichung: ({% if planned_publication_date %}{{ planned_publication_date|date:'l, d. F Y' }}{% else %}sofort{% endif %})
|
||||||
=================
|
=================
|
||||||
|
Titel: {{ number }} - {{ title }}
|
||||||
Veröffentlichung starten: {% if planned_publication_date %}{{ planned_publication_date|date:'d.m.Y' }} 00:00:00{% else %}--{% endif %}
|
Veröffentlichung starten: {% if planned_publication_date %}{{ planned_publication_date|date:'d.m.Y' }} 00:00:00{% else %}--{% endif %}
|
||||||
Veröffentlichung beenden: {{ day_after|date:'d.m.Y' }} 00:00:00
|
Veröffentlichung beenden: {{ day_after|date:'d.m.Y' }} 00:00:00
|
||||||
Erstellungsdatum: {{ first_day|date:'d.m.Y' }} 00:00:00
|
Erstellungsdatum: {{ first_day|date:'d.m.Y' }} 00:00:00
|
||||||
Titel: {{ number }} - {{ title }}
|
|
||||||
{% if internal_note %}
|
{% if internal_note %}
|
||||||
Bearbeitungshinweis:
|
Bearbeitungshinweis:
|
||||||
====================
|
====================
|
||||||
|
|||||||
@@ -113,10 +113,10 @@ Der folgende Link führt zur Veranstaltung:
|
|||||||
|
|
||||||
Veröffentlichung: ({planned_publication_date})
|
Veröffentlichung: ({planned_publication_date})
|
||||||
=================
|
=================
|
||||||
|
Titel: {number} - {title}
|
||||||
Veröffentlichung starten: {planned_publication_date_short} 00:00:00
|
Veröffentlichung starten: {planned_publication_date_short} 00:00:00
|
||||||
Veröffentlichung beenden: {day_after_short} 00:00:00
|
Veröffentlichung beenden: {day_after_short} 00:00:00
|
||||||
Erstellungsdatum: {first_day_short} 00:00:00
|
Erstellungsdatum: {first_day_short} 00:00:00
|
||||||
Titel: {number} - {title}
|
|
||||||
|
|
||||||
Bearbeitungshinweis:
|
Bearbeitungshinweis:
|
||||||
====================
|
====================
|
||||||
|
|||||||
Reference in New Issue
Block a user