mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
added anchor link to voucher-input
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
{% if item.require_voucher %}
|
||||
<div class="col-md-2 col-xs-6 availability-box unavailable">
|
||||
<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>
|
||||
</div>
|
||||
{% elif var.cached_availability.0 == 100 %}
|
||||
|
||||
Reference in New Issue
Block a user