diff --git a/core/views/expo.py b/core/views/expo.py
index f0b74db..1be813d 100644
--- a/core/views/expo.py
+++ b/core/views/expo.py
@@ -46,8 +46,6 @@ default_head = '''
-Edit this page
-
'''
def expofiles_redirect(request, path):
@@ -96,7 +94,7 @@ def expowebpage(request, expowebpath, path):
if m:
preheader, headerattrs, head, postheader, bodyattrs, body, postbody = m.groups()
else:
- return HttpResponse(default_head + html.decode() + 'HTML Parsing failure:
Page could not be parsed into header and body:
failure detected in expowebpage in views.expo.py
Please edit this :expoweb: page to be in the expected full HTML format by clicking on \'Edit this Page\' in the left hand menu.HTML Parsing failure:
Page could not be parsed into header and body:
failure detected in expowebpage in views.expo.py Please edit this :expoweb: page to be in the expected full HTML format