From 13c7fc5234937257d5fa93258bdb69dcc1430975 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 10 Nov 2016 11:21:53 +0100 Subject: [PATCH] Disable async loading, caused problem with stripe plugin --- .../presale/templates/pretixpresale/base.html | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/base.html b/src/pretix/presale/templates/pretixpresale/base.html index f5e2ff7647..ecf5f2e508 100644 --- a/src/pretix/presale/templates/pretixpresale/base.html +++ b/src/pretix/presale/templates/pretixpresale/base.html @@ -17,6 +17,17 @@ {% endcompress %} {% endif %} + + {% compress js %} + + + + + + + + + {% endcompress %} {{ html_head|safe }} @@ -56,16 +67,5 @@ {% else %} {% endif %} - -{% compress js %} - - - - - - - - -{% endcompress %}