X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/7064374636c2a7311fcb9c872ff7e877154ff7ef..05f9254a542a08ea6476c6511bf2492192d0b92e:/redakcja/context_processors.py?ds=sidebyside 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,