2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-28 18:46:39 +00:00

debug output

This commit is contained in:
2026-02-09 14:11:28 +00:00
parent 03e1f61a9f
commit 17ec91acce

View File

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