X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/7064374636c2a7311fcb9c872ff7e877154ff7ef..39b34a512dc030509c4c0161a8d9e336b8c82d24:/redakcja/context_processors.py diff --git a/redakcja/context_processors.py b/redakcja/context_processors.py index 1c268cd6..aec6df71 100644 --- a/redakcja/context_processors.py +++ b/redakcja/context_processors.py @@ -15,6 +15,7 @@ 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,