Skip to content
Snippets Groups Projects
Verified Commit 39204935 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Do not include another jQuery. Advances #56.

parent 6f5515cd
No related branches found
No related tags found
1 merge request!36Resolve "Scale and maybe crop uploaded pictures"
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment