added anchor link to voucher-input

This commit is contained in:
Richard Schreiber
2021-02-11 16:03:47 +01:00
parent c75f741d4f
commit c4be508e26

View File

@@ -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 %}