Show end date on front page

This commit is contained in:
Raphael Michel
2017-07-16 20:11:59 +02:00
parent 1be92f5078
commit 2e76e07764

View File

@@ -117,6 +117,12 @@
{% blocktrans trimmed with time=ev.date_from|date:"TIME_FORMAT" %}
Begin: {{ time }}
{% endblocktrans %}
{% if event.settings.show_end_date %}
<br>
{% blocktrans trimmed with time=ev.date_to|date:"TIME_FORMAT" %}
End: {{ time }}
{% endblocktrans %}
{% endif %}
{% endif %}
{% if ev.date_admission %}
<br>