team-3/src/c3nav/site/context_processors.py

8 lines
129 B
Python
Raw Normal View History

2017-12-18 23:13:47 +01:00
from django.conf import settings
def header_logo(request):
return {
'header_logo': settings.HEADER_LOGO_NAME
}