2
0
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:
2024-07-08 22:28:09 +01:00
parent a68ef27284
commit a8c9f8b899
2 changed files with 2 additions and 1 deletions

View File

@@ -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: