From 392049354c2c62ab018dabae78368e0810c453a5 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Thu, 29 Aug 2019 14:02:19 +0200 Subject: [PATCH] Do not include another jQuery. Advances #56. --- biscuit/core/settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biscuit/core/settings.py b/biscuit/core/settings.py index bea915b78..dd5bba44c 100644 --- a/biscuit/core/settings.py +++ b/biscuit/core/settings.py @@ -119,6 +119,9 @@ THUMBNAIL_PROCESSORS = ( 'image_cropping.thumbnail_processors.crop_corners', ) + thumbnail_settings.THUMBNAIL_PROCESSORS +# Already included by base template / Bootstrap +IMAGE_CROPPING_JQUERY_URL = None + WSGI_APPLICATION = 'biscuit.core.wsgi.application' -- GitLab