From 3d4abd6fc1e1329a7185f02e842369dc000dae95 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Mon, 9 Dec 2019 22:39:23 +0100
Subject: [PATCH] Use already-loaded jQuery for DJDT

---
 biscuit/core/settings.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/biscuit/core/settings.py b/biscuit/core/settings.py
index 995742ee3..af08323f8 100644
--- a/biscuit/core/settings.py
+++ b/biscuit/core/settings.py
@@ -34,7 +34,8 @@ DEBUG = _settings.get('maintenance.debug', False)
 INTERNAL_IPS = _settings.get('maintenance.internal_ips', [])
 DEBUG_TOOLBAR_CONFIG = {
     'RENDER_PANELS': True,
-    'SHOW_COLLAPSED': True
+    'SHOW_COLLAPSED': True,
+    'JQUERY_URL': ''
 }
 
 ALLOWED_HOSTS = _settings.get('http.allowed_hosts', [])
-- 
GitLab