mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
rm superfluous closing anchor
in templates/pretixpresale/events/index.html
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user