From cd084fe8d1cb7a2a1d6db537f2c5768891b06b7f Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 7 Mar 2018 10:34:41 +0100 Subject: [PATCH] Show "continue" instead of "checkout" also if order is free --- src/pretix/presale/templates/pretixpresale/event/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index 372d2b2808..486b15502f 100644 --- a/src/pretix/presale/templates/pretixpresale/event/index.html +++ b/src/pretix/presale/templates/pretixpresale/event/index.html @@ -60,7 +60,7 @@
- {% if has_addon_choices %} + {% if has_addon_choices or cart.total == 0 %} {% trans "Continue" %} {% else %}