forked from CGM_Public/pretix_original
added anchor link to voucher-input
This commit is contained in:
@@ -145,7 +145,7 @@
|
|||||||
{% if item.require_voucher %}
|
{% if item.require_voucher %}
|
||||||
<div class="col-md-2 col-xs-6 availability-box unavailable">
|
<div class="col-md-2 col-xs-6 availability-box unavailable">
|
||||||
<small>
|
<small>
|
||||||
{% trans "Enter a voucher code below to buy this ticket." %}
|
<a href="#voucher">{% trans "Enter a voucher code below to buy this ticket." %}</a>
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
{% elif var.cached_availability.0 == 100 %}
|
{% elif var.cached_availability.0 == 100 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user