From 2e76e07764c71bc7eb2ba88247d4e0263d0a504d Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 16 Jul 2017 20:11:59 +0200 Subject: [PATCH] Show end date on front page --- src/pretix/presale/templates/pretixpresale/event/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index d0f1e7882..653bab121 100644 --- a/src/pretix/presale/templates/pretixpresale/event/index.html +++ b/src/pretix/presale/templates/pretixpresale/event/index.html @@ -117,6 +117,12 @@ {% blocktrans trimmed with time=ev.date_from|date:"TIME_FORMAT" %} Begin: {{ time }} {% endblocktrans %} + {% if event.settings.show_end_date %} +
+ {% blocktrans trimmed with time=ev.date_to|date:"TIME_FORMAT" %} + End: {{ time }} + {% endblocktrans %} + {% endif %} {% endif %} {% if ev.date_admission %}