diff options
| author | Alex Gaynor | 2008-09-20 21:18:48 -0400 | 
|---|---|---|
| committer | Alex Gaynor | 2008-09-20 21:18:48 -0400 | 
| commit | 335cbb58f1681268eb61a04205b6a18f09f0a03a (patch) | |
| tree | fe83305a8653373d2bc2f560ebc621693b6bf140 /debug_toolbar/toolbar/loader.py | |
| parent | a6abeef6a5a734ad28178f939560dd127c363544 (diff) | |
| download | django-debug-toolbar-335cbb58f1681268eb61a04205b6a18f09f0a03a.tar.bz2 | |
jquery now optional
Diffstat (limited to 'debug_toolbar/toolbar/loader.py')
| -rw-r--r-- | debug_toolbar/toolbar/loader.py | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/debug_toolbar/toolbar/loader.py b/debug_toolbar/toolbar/loader.py index 935f45c..f45cbda 100644 --- a/debug_toolbar/toolbar/loader.py +++ b/debug_toolbar/toolbar/loader.py @@ -59,6 +59,5 @@ class DebugToolbar(object):          Renders the overall Toolbar with panels inside.          """          return render_to_string('debug_toolbar/base.html', { -            'panels': self.panels, -            'BASE_URL': self.request.META.get('SCRIPT_NAME', '') +            'panels': self.panels          }) | 
