diff options
author | Martin Green <martin.speleo@gmail.com> | 2022-06-19 00:32:25 +0100 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2022-06-19 00:32:25 +0100 |
commit | d9cfbc19ed325e650f264005c49ee5320754c06d (patch) | |
tree | e815f9dc162bbb8fae0f1e55fbf4af3d6eeaab5c /core/views/expo.py | |
parent | 372c7e0804e052d0603b58716d466ae2dfbc08f3 (diff) | |
download | troggle-d9cfbc19ed325e650f264005c49ee5320754c06d.tar.gz troggle-d9cfbc19ed325e650f264005c49ee5320754c06d.tar.bz2 troggle-d9cfbc19ed325e650f264005c49ee5320754c06d.zip |
test
Diffstat (limited to 'core/views/expo.py')
-rw-r--r-- | core/views/expo.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |