From 364d9b9c9aa79e6be86118305ef0c12bf8d338f5 Mon Sep 17 00:00:00 2001 From: Ioannis Dressos <96877388+idressos@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:44:46 +0300 Subject: [PATCH] Hide about page from sidebar for non-admins --- templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/base.html b/templates/base.html index a5c2f18..6e53df3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -174,6 +174,8 @@

+ + {{if .baseData.Admin}} + {{end}}