mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00:00
bug fix from unfinished work, aborted
This commit is contained in:
parent
a68ef27284
commit
a8c9f8b899
@ -411,6 +411,7 @@ def edit_cave(request, path="", slug=None):
|
||||
print(f"edit_cave(): {path=} {slug=}")
|
||||
message = ""
|
||||
if slug is not None:
|
||||
print(f"{slug=}")
|
||||
try:
|
||||
cave = Cave.objects.get(caveslug__slug=slug)
|
||||
except:
|
||||
|
@ -723,7 +723,7 @@ def read_cave(filename, mvf=None, cave=None):
|
||||
Pending destruction of this whole concept and Class CaveSlug
|
||||
What is Class CaveSlug for?
|
||||
"""
|
||||
return
|
||||
#return
|
||||
primary = True # this sets the first thing we find to be primary=True and all the others =False
|
||||
for slug in slugs:
|
||||
if slug in caves_xslug:
|
||||
|
Loading…
Reference in New Issue
Block a user