Don't show "no products" if voucher allows seating plan

This commit is contained in:
Raphael Michel
2022-11-29 10:44:03 +01:00
parent ea9a96e124
commit b8dd30b6dd

View File

@@ -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.