mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-05-22 18:16:06 +01:00
debug output
This commit is contained in:
@@ -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.
|
# added to the context of the current page, so there are >> 1 "parts" to the URL.
|
||||||
print(f"2 {subpath=}")
|
print(f"2 {subpath=}")
|
||||||
epath = karea + "/" + subpath
|
epath = karea + "/" + subpath
|
||||||
|
print(f"2 {karea =} / {subpath=}\n {request=}")
|
||||||
return expo.expopage(request, epath)
|
return expo.expopage(request, epath)
|
||||||
|
|
||||||
@login_required_if_public
|
@login_required_if_public
|
||||||
|
|||||||
Reference in New Issue
Block a user