From 27d91eb9eae01a024ff22f9703468c13b7e3d801 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 5 Mar 2013 15:42:52 -0500 Subject: [PATCH] Fix including debug.js when DEBUG=True. Previously, it wasn't actually included in the index.html templates. (imported from commit b9f9903e0daa808ec1f6ff966309cbc4eef9b9fd) --- zephyr/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/views.py b/zephyr/views.py index 0525926acc..4631304947 100644 --- a/zephyr/views.py +++ b/zephyr/views.py @@ -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':