Skip to content
Snippets Groups Projects
Verified Commit 993a0092 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed broken debug-toolbar when jquery was not included on page

parent 377f237f
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ DEBUG_TOOLBAR_CONFIG = {
"DISABLE_PANELS": ["debug_toolbar.panels.redirects.RedirectsPanel"],
"SHOW_TEMPLATE_CONTEXT": True,
"SHOW_TOOLBAR_CALLBACK": lambda request: True,
"JQUERY_URL": "",
"JQUERY_URL": "/staticfiles/admin/js/vendor/jquery/jquery.js",
}
# django-extensions
......
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