2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-03-02 16:45:00 +00:00
This commit is contained in:
Martin Green 2022-06-19 00:32:25 +01:00
parent 372c7e0804
commit d9cfbc19ed

@ -274,7 +274,6 @@ def editexpopage(request, path):
'''Manages the 'Edit this Page' capability for expo handbook and other html pages. '''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. Relies on HTML5 or javascript to provide the in-browser editing environment.
''' '''
return HttpResponse('File not found' )
try: try:
# if a cave not a webpage at all. # if a cave not a webpage at all.
r = Cave.objects.get(url = path) r = Cave.objects.get(url = path)