Fix including debug.js when DEBUG=True.

Previously, it wasn't actually included in the index.html templates.

(imported from commit b9f9903e0daa808ec1f6ff966309cbc4eef9b9fd)
This commit is contained in:
Tim Abbott 2013-03-05 15:42:52 -05:00
parent 2ecd09b682
commit 27d91eb9ea
1 changed files with 1 additions and 0 deletions

View File

@ -415,6 +415,7 @@ def home(request):
'people' : people,
'streams' : streams,
'poll_timeout': settings.POLL_TIMEOUT,
'debug' : settings.DEBUG,
'have_initial_messages':
js_bool(num_messages > 0),
'desktop_notifications_enabled':