From 8ea3118e0579f149cde23b16707eb697e10cce4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Thu, 14 Aug 2025 21:09:54 -0400 Subject: [PATCH] add sidebar which displays accessible group hierarchy to organization home page --- templates/org/home.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl index ab088ce7b2..8bb58adb79 100644 --- a/templates/org/home.tmpl +++ b/templates/org/home.tmpl @@ -83,6 +83,10 @@ {{end}} {{end}} + {{else}} +
+ {{template "group/sidebar/menu" .}} +
{{end}}