X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/c52436a7e25876ee3509df2467c2a9ef33303436..00a90d6175599e055f5a84697c8388d81ac1b007:/platforma/context_processors.py diff --git a/platforma/context_processors.py b/platforma/context_processors.py index 4ba9bb7f..4492af70 100644 --- a/platforma/context_processors.py +++ b/platforma/context_processors.py @@ -1,7 +1,8 @@ # -*- coding: utf-8 - def settings(request): from django.conf import settings - return {'MEDIA_URL': settings.MEDIA_URL, - 'STATIC_URL': settings.STATIC_URL} + return { + 'MEDIA_URL': settings.MEDIA_URL, + 'STATIC_URL': settings.STATIC_URL, + }