rm superfluous closing anchor

in templates/pretixpresale/events/index.html
This commit is contained in:
lislis
2019-05-27 18:18:40 +02:00
committed by Raphael Michel
parent 85fe7e55be
commit bba702489d

View File

@@ -74,7 +74,6 @@
href="{% eventurl request.event "presale:event.checkout.start" cart_namespace=cart_namespace %}">
{% if has_addon_choices or cart.total == 0 %}
<i class="fa fa-shopping-cart"></i> {% trans "Continue" %}
</a>
{% else %}
<i class="fa fa-shopping-cart"></i> {% trans "Proceed with checkout" %}
{% endif %}