diff --git a/src/pretix/presale/templates/pretixpresale/event/voucher.html b/src/pretix/presale/templates/pretixpresale/event/voucher.html index 482a104a23..0377f69f5d 100644 --- a/src/pretix/presale/templates/pretixpresale/event/voucher.html +++ b/src/pretix/presale/templates/pretixpresale/event/voucher.html @@ -73,7 +73,7 @@ {% endif %}
- {% if options == 0 %} + {% if options == 0 and not seating_available %} {% if request.event.has_subevents and not voucher.subevent %} {% blocktrans trimmed %} For the selected date, there are currently no products available that can be bought with this voucher. Please try a different date or a different voucher.