header logo
This commit is contained in:
parent
ae4652529a
commit
4402ff9f54
6 changed files with 52 additions and 4 deletions
7
src/c3nav/site/context_processors.py
Normal file
7
src/c3nav/site/context_processors.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from django.conf import settings
|
||||
|
||||
|
||||
def header_logo(request):
|
||||
return {
|
||||
'header_logo': settings.HEADER_LOGO_NAME
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue