aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/toolbar
diff options
context:
space:
mode:
Diffstat (limited to 'debug_toolbar/toolbar')
-rw-r--r--debug_toolbar/toolbar/loader.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/debug_toolbar/toolbar/loader.py b/debug_toolbar/toolbar/loader.py
index 02a558d..ac42f3b 100644
--- a/debug_toolbar/toolbar/loader.py
+++ b/debug_toolbar/toolbar/loader.py
@@ -60,8 +60,6 @@ class DebugToolbar(object):
context = self.template_context.copy()
context.update({
'panels': self.panels,
- 'js': mark_safe(open(os.path.join(media_path, 'js', 'toolbar.min.js'), 'r').read()),
- 'css': mark_safe(open(os.path.join(media_path, 'css', 'toolbar.min.css'), 'r').read()),
})
return render_to_string('debug_toolbar/base.html', context)