nicer footer
[wolnelektury.git] / wolnelektury / context_processors.py
index 0cbf605..c912116 100644 (file)
@@ -1,6 +1,7 @@
+from django.conf import settings
 
 def extra_settings(request):
-    from django.conf import settings
     return {
         'STATIC_URL': settings.STATIC_URL,
+        'FULL_STATIC_URL': request.build_absolute_uri(settings.STATIC_URL)
     }