X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c7587605ff2117ff1004239f8ec0cbd024cdc4ab..ee7f2fa4a7e08ca2f8c88f2a521ef65cbca3aac4:/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) }