From 17ec91acce2403a4283e6ba324e9cf8c699e8e62 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 9 Feb 2026 14:11:28 +0000 Subject: [PATCH] debug output --- core/views/caves.py | 1 + 1 file changed, 1 insertion(+) 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