fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lang flag
[wolnelektury.git]
/
wolnelektury
/
context_processors.py
diff --git
a/wolnelektury/context_processors.py
b/wolnelektury/context_processors.py
index
0cbf605
..
c912116
100644
(file)
--- a/
wolnelektury/context_processors.py
+++ b/
wolnelektury/context_processors.py
@@
-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)
}