From e8b9f0a3ae3bb11c465dc4496bfa91f5d553f19f Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 12 Jan 2019 22:19:10 +0100 Subject: [PATCH] Frontend order view: Do not recommend download for canceled orders --- src/pretix/presale/templates/pretixpresale/event/order.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/order.html b/src/pretix/presale/templates/pretixpresale/event/order.html index aef97a542..0b87b57a5 100644 --- a/src/pretix/presale/templates/pretixpresale/event/order.html +++ b/src/pretix/presale/templates/pretixpresale/event/order.html @@ -84,7 +84,7 @@ {% endif %} - {% if can_download and download_buttons %} + {% if can_download and download_buttons and order.count_positions %}
{% blocktrans trimmed %} You can download your tickets using the buttons below. Please have your ticket ready when entering the event.