We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3664e3d commit ca00ba9Copy full SHA for ca00ba9
debug_toolbar/toolbar/loader.py
@@ -56,8 +56,6 @@ def render_toolbar(self, request):
56
"""
57
Renders the overall Toolbar with panels inside.
58
59
- media_path = os.path.join(os.path.dirname(__file__), os.pardir, 'media', 'debug_toolbar')
60
-
61
context = self.template_context.copy()
62
context.update({
63
'panels': self.panels,
0 commit comments