From d9cfbc19ed325e650f264005c49ee5320754c06d Mon Sep 17 00:00:00 2001
From: Martin Green <martin.speleo@gmail.com>
Date: Sun, 19 Jun 2022 00:32:25 +0100
Subject: [PATCH] test

---
 core/views/expo.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/views/expo.py b/core/views/expo.py
index a2439cc..be6700d 100644
--- a/core/views/expo.py
+++ b/core/views/expo.py
@@ -274,7 +274,6 @@ def editexpopage(request, path):
     '''Manages the 'Edit this Page' capability for expo handbook and other html pages.
     Relies on HTML5 or javascript to provide the in-browser editing environment.
     '''
-    return HttpResponse('File not found' )
     try:
         # if a cave not a webpage at all. 
         r = Cave.objects.get(url = path)