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

View File

@ -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)