mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Don't show "no products" if voucher allows seating plan
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
{% endif %}
|
||||
|
||||
<p>
|
||||
{% 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.
|
||||
|
||||
Reference in New Issue
Block a user