From 46c4d568fb609461f6d897f81b464f2aadb64f1c Mon Sep 17 00:00:00 2001 From: Adrien Burgun Date: Sun, 3 Jul 2022 13:22:28 +0200 Subject: [PATCH] :bug: use ne instead of not eq --- templates/user/dashboard/navbar.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user/dashboard/navbar.tmpl b/templates/user/dashboard/navbar.tmpl index 1b2bbf5..87ed017 100644 --- a/templates/user/dashboard/navbar.tmpl +++ b/templates/user/dashboard/navbar.tmpl @@ -74,7 +74,7 @@ {{end}} - {{if not eq .ContextUser.ID 1}} + {{if ne .ContextUser.ID 1}}
Jump to: