X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1fbf854ce423d2d56723ff10608267403f4916b0..840b9bd7443e0048253423f7553809b5542d731c:/redakcja/context_processors.py?ds=inline

diff --git a/redakcja/context_processors.py b/redakcja/context_processors.py
index 5e3372ea..2724f832 100644
--- a/redakcja/context_processors.py
+++ b/redakcja/context_processors.py
@@ -15,5 +15,6 @@ def settings(request):
     return {
         'MEDIA_URL': settings.MEDIA_URL,
         'STATIC_URL': settings.STATIC_URL,
+        'DEBUG': settings.DEBUG,
         'APP_VERSION': VERSION,
     }