mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 06:37:16 +00:00
Edit caves in the same parent URL as the final file
This commit is contained in:
@@ -294,7 +294,7 @@ def caveEntrance(request, slug):
|
||||
return render(request,'cave_entrances.html', {'cave': cave})
|
||||
|
||||
@login_required_if_public
|
||||
def edit_cave(request, slug=None):
|
||||
def edit_cave(request, path = "", slug=None):
|
||||
'''This is the form that edits all the cave data and writes out an XML file in the :expoweb: repo folder
|
||||
The format for the file being saved is in templates/dataformat/cave.xml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user