X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/58e0903a3f0e1e105a11638b18b588e9eb6a8b9e..24c1d259ba4af084959d70c6a1f355d0a57f1191:/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}