forked from CGM_Public/pretix_original
* show voucher input for subevents only if subevent is selected * move logic to python
This commit is contained in:
committed by
Raphael Michel
parent
e096898a05
commit
70fbbfe2a0
@@ -442,7 +442,7 @@
|
||||
</form>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if vouchers_exist %}
|
||||
{% if show_vouchers %}
|
||||
<section class="front-page">
|
||||
<h3>{% trans "Redeem a voucher" %}</h3>
|
||||
<form method="get" action="{% eventurl event "presale:event.redeem" cart_namespace=cart_namespace %}">
|
||||
|
||||
Reference in New Issue
Block a user