mirror of https://github.com/zulip/zulip.git
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:
parent
2ecd09b682
commit
27d91eb9ea
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue