forked from CGM_Public/pretix_original
Show end date on front page
This commit is contained in:
@@ -117,6 +117,12 @@
|
|||||||
{% blocktrans trimmed with time=ev.date_from|date:"TIME_FORMAT" %}
|
{% blocktrans trimmed with time=ev.date_from|date:"TIME_FORMAT" %}
|
||||||
Begin: {{ time }}
|
Begin: {{ time }}
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
|
{% if event.settings.show_end_date %}
|
||||||
|
<br>
|
||||||
|
{% blocktrans trimmed with time=ev.date_to|date:"TIME_FORMAT" %}
|
||||||
|
End: {{ time }}
|
||||||
|
{% endblocktrans %}
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if ev.date_admission %}
|
{% if ev.date_admission %}
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user