From bba702489ded304f3f2fb86116cf68b6e21b8859 Mon Sep 17 00:00:00 2001 From: lislis Date: Mon, 27 May 2019 18:18:40 +0200 Subject: [PATCH] rm superfluous closing anchor in templates/pretixpresale/events/index.html --- src/pretix/presale/templates/pretixpresale/event/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index 96e3ce29ad..5553835919 100644 --- a/src/pretix/presale/templates/pretixpresale/event/index.html +++ b/src/pretix/presale/templates/pretixpresale/event/index.html @@ -74,7 +74,6 @@ href="{% eventurl request.event "presale:event.checkout.start" cart_namespace=cart_namespace %}"> {% if has_addon_choices or cart.total == 0 %} {% trans "Continue" %} - {% else %} {% trans "Proceed with checkout" %} {% endif %}