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 %} {% endif %}
<p> <p>
{% if options == 0 %} {% if options == 0 and not seating_available %}
{% if request.event.has_subevents and not voucher.subevent %} {% if request.event.has_subevents and not voucher.subevent %}
{% blocktrans trimmed %} {% 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. 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.