From e1908c25437f1d5eb0b43416073c861f4dbbc230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20S=C3=A1nchez=20Parra?= Date: Thu, 3 Nov 2022 09:59:15 +0100 Subject: [PATCH] Show servers section only to administrators --- ogcp/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index 9d53d5c..f11ad5f 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -36,10 +36,10 @@ + {% if current_user.admin %} - {% if current_user.admin %}