add contrib locale to make-locale-pack, various bugfixes
[wolnelektury.git] / wolnelektury / context_processors.py
index fa8515e..c912116 100644 (file)
@@ -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)
     }