Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-06-03 13:16:39 +02:00
parent d8bd4f3b4b
commit bcf914f342

View File

@@ -17,7 +17,7 @@ def landingview(request):
)
def logoview(request):
image_data = open(settings.STATIC_ROOT+"/static/img/apple-icon-144x144.png", "rb").read()
image_data = open(settings.STATIC_ROOT+"/img/apple-icon-144x144.png", "rb").read()
return HttpResponse(image_data, content_type="image/png")