fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
changes to infopages done via admin panel
[wolnelektury.git]
/
wolnelektury
/
context_processors.py
diff --git
a/wolnelektury/context_processors.py
b/wolnelektury/context_processors.py
index
0cbf605
..
fa8515e
100644
(file)
--- a/
wolnelektury/context_processors.py
+++ b/
wolnelektury/context_processors.py
@@
-1,6
+1,6
@@
+from django.conf import settings
def extra_settings(request):
- from django.conf import settings
return {
'STATIC_URL': settings.STATIC_URL,
}