X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/caaa4304f09a3d446f0677ac7203ef429170e7e0..a89eda9436a1e8a118df36a4147fead8fd6ef177:/redakcja/context_processors.py

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