X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b0d77fd4dd2b177e77e2bb038a5864567adfd9df..32974185d5e2b1bdc197b4f5dcab259b5de3c6b4:/platforma/context_processors.py diff --git a/platforma/context_processors.py b/platforma/context_processors.py index eff3032c..db6c98b4 100644 --- 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, + return {'MEDIA_URL': settings.MEDIA_URL, 'STATIC_URL': settings.STATIC_URL, - 'REDMINE_URL': settings.REDMINE_URL } - - + 'REDMINE_URL': settings.REDMINE_URL}