mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 06:17:27 +00:00
bug fix from unfinished work, aborted
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user