From fa6d6b54381707d6c211ccbb8216b1a02ce19676 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 %}