X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6b7c022c3d28860b2f22a29097fdaeacfe7e00f9..fa684e7b11bba7f7fce1c0e7832b34d0b8593db4:/wolnelektury/context_processors.py diff --git a/wolnelektury/context_processors.py b/wolnelektury/context_processors.py index fa8515ec5..c91211605 100644 --- a/wolnelektury/context_processors.py +++ b/wolnelektury/context_processors.py @@ -3,4 +3,5 @@ from django.conf import settings def extra_settings(request): return { 'STATIC_URL': settings.STATIC_URL, + 'FULL_STATIC_URL': request.build_absolute_uri(settings.STATIC_URL) }