diff --git a/core/views/expo.py b/core/views/expo.py index 54c166c..0fc86e2 100644 --- a/core/views/expo.py +++ b/core/views/expo.py @@ -129,7 +129,7 @@ def expowebpage(request, expowebpath, path): with open(os.path.normpath(expowebpath / path), "r") as o: html = o.read() except: - return HttpResponse(default_head + '