header logo

This commit is contained in:
Laura Klünder 2017-12-18 23:13:47 +01:00
parent ae4652529a
commit 4402ff9f54
6 changed files with 52 additions and 4 deletions

View file

@ -0,0 +1,7 @@
from django.conf import settings
def header_logo(request):
return {
'header_logo': settings.HEADER_LOGO_NAME
}