X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fdac11be5d35dd4940d4361420af26d9e2d977fe..00a90d6175599e055f5a84697c8388d81ac1b007:/platforma/context_processors.py diff --git a/platforma/context_processors.py b/platforma/context_processors.py old mode 100755 new mode 100644 index eff3032c..4492af70 --- a/platforma/context_processors.py +++ b/platforma/context_processors.py @@ -1,11 +1,8 @@ # -*- coding: utf-8 -__author__="lreqc" -__date__ ="$2009-09-03 08:34:10$" 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, + }