X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/32974185d5e2b1bdc197b4f5dcab259b5de3c6b4..36f6233fd79390ad5af8a1532eac60a0ae57c825:/platforma/context_processors.py diff --git a/platforma/context_processors.py b/platforma/context_processors.py index db6c98b4..813d8f36 100644 --- a/platforma/context_processors.py +++ b/platforma/context_processors.py @@ -3,6 +3,7 @@ def settings(request): from django.conf import settings - return {'MEDIA_URL': settings.MEDIA_URL, - 'STATIC_URL': settings.STATIC_URL, - 'REDMINE_URL': settings.REDMINE_URL} + return { + 'MEDIA_URL': settings.MEDIA_URL, + 'STATIC_URL': settings.STATIC_URL, + }