diff --git a/core/views/caves.py b/core/views/caves.py index f7fa4a87..4594e5f8 100644 --- a/core/views/caves.py +++ b/core/views/caves.py @@ -587,6 +587,7 @@ def cavepage(request, karea=None, subpath=None): # added to the context of the current page, so there are >> 1 "parts" to the URL. print(f"2 {subpath=}") epath = karea + "/" + subpath + print(f"2 {karea =} / {subpath=}\n {request=}") return expo.expopage(request, epath) @login_required_if_public