summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2024-07-08 22:28:09 +0100
committerPhilip Sargent <philip.sargent@gmail.com>2024-07-08 22:28:09 +0100
commita8c9f8b899b20a02db76af0151c043321e9e8d5d (patch)
treeb57967f8de725e6850d1ef6e44331c4dd152065b /core
parenta68ef2728409860ad4325660213e2beca94e8a78 (diff)
downloadtroggle-a8c9f8b899b20a02db76af0151c043321e9e8d5d.tar.gz
troggle-a8c9f8b899b20a02db76af0151c043321e9e8d5d.tar.bz2
troggle-a8c9f8b899b20a02db76af0151c043321e9e8d5d.zip
bug fix from unfinished work, aborted
Diffstat (limited to 'core')
-rw-r--r--core/views/caves.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views/caves.py b/core/views/caves.py
index 24f61f7..3bdc6f4 100644
--- a/core/views/caves.py
+++ b/core/views/caves.py
@@ -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: