From 5a4fe266c61125140e032843cad0f979920c4bdc Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 16 Jul 2017 22:17:02 +0200 Subject: [PATCH] Fix usage of wrong settings key --- src/pretix/presale/templates/pretixpresale/event/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index 653bab1212..fcc26668ad 100644 --- a/src/pretix/presale/templates/pretixpresale/event/index.html +++ b/src/pretix/presale/templates/pretixpresale/event/index.html @@ -117,7 +117,7 @@ {% blocktrans trimmed with time=ev.date_from|date:"TIME_FORMAT" %} Begin: {{ time }} {% endblocktrans %} - {% if event.settings.show_end_date %} + {% if event.settings.show_date_to %}
{% blocktrans trimmed with time=ev.date_to|date:"TIME_FORMAT" %} End: {{ time }}