X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/24c1d259ba4af084959d70c6a1f355d0a57f1191..00a90d6175599e055f5a84697c8388d81ac1b007:/platforma/context_processors.py diff --git a/platforma/context_processors.py b/platforma/context_processors.py index db6c98b4..4492af70 100644 --- a/platforma/context_processors.py +++ b/platforma/context_processors.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 - 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, + }