mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-03-02 16:45:00 +00:00
test
This commit is contained in:
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user