aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
Diffstat (limited to 'debug_toolbar/templates')
-rw-r--r--debug_toolbar/templates/debug_toolbar/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html
index 8ee29d2..58f4820 100644
--- a/debug_toolbar/templates/debug_toolbar/base.html
+++ b/debug_toolbar/templates/debug_toolbar/base.html
@@ -1,7 +1,7 @@
-<script src="/__debug__/m/jquery.js" type="text/javascript" charset="utf-8"></script>
-<script src="/__debug__/m/toolbar.js" type="text/javascript" charset="utf-8"></script>
+<script src="{{ base_url }}/__debug__/m/jquery.js" type="text/javascript" charset="utf-8"></script>
+<script src="{{ base_url }}/__debug__/m/toolbar.js" type="text/javascript" charset="utf-8"></script>
<style type="text/css">
- @import url(/__debug__/m/toolbar.css);
+ @import url({{ base_url }}/__debug__/m/toolbar.css);
</style>
<div id="djDebug">
<div id="djDebugToolbar">