integration wip: showing + saving document, debug mode only, editor via symlink
[redakcja.git] / redakcja / context_processors.py
index 5e3372e..2724f83 100644 (file)
@@ -15,5 +15,6 @@ def settings(request):
     return {
         'MEDIA_URL': settings.MEDIA_URL,
         'STATIC_URL': settings.STATIC_URL,
+        'DEBUG': settings.DEBUG,
         'APP_VERSION': VERSION,
     }