From 86ca7c44405e84bd8d93ea7aafd4dcff7227b57a Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 17 Nov 2025 15:42:20 +0100 Subject: [PATCH] Order page: Do not show download deadline if download is disabled (fixes #3144) (#5630) --- .../templates/pretixpresale/event/fragment_downloads.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_downloads.html b/src/pretix/presale/templates/pretixpresale/event/fragment_downloads.html index 42d402975d..682434ae0c 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_downloads.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_downloads.html @@ -88,7 +88,7 @@

{% endif %} -{% elif not can_download and plugins_allow_ticket_download and ticket_download_date %} +{% elif not can_download and plugins_allow_ticket_download and ticket_download_date and event.settings.ticket_download %} {% if order.status == 'p' %}
{% blocktrans trimmed with date=ticket_download_date|date:"SHORT_DATE_FORMAT" %}