mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-04-03 09:21:48 +01: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=}")
|
print(f"edit_cave(): {path=} {slug=}")
|
||||||
message = ""
|
message = ""
|
||||||
if slug is not None:
|
if slug is not None:
|
||||||
|
print(f"{slug=}")
|
||||||
try:
|
try:
|
||||||
cave = Cave.objects.get(caveslug__slug=slug)
|
cave = Cave.objects.get(caveslug__slug=slug)
|
||||||
except:
|
except:
|
||||||
|
@ -723,7 +723,7 @@ def read_cave(filename, mvf=None, cave=None):
|
|||||||
Pending destruction of this whole concept and Class CaveSlug
|
Pending destruction of this whole concept and Class CaveSlug
|
||||||
What is Class CaveSlug for?
|
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
|
primary = True # this sets the first thing we find to be primary=True and all the others =False
|
||||||
for slug in slugs:
|
for slug in slugs:
|
||||||
if slug in caves_xslug:
|
if slug in caves_xslug:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user