From d36e97fa2ea72b12a90d3cbf3e02c80baf65732f Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Sat, 27 Apr 2024 19:24:01 +0200 Subject: [PATCH] Chat is restricted to authenticated users Signed-off-by: Emmy D'Anello --- tfjm/templates/navbar.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tfjm/templates/navbar.html b/tfjm/templates/navbar.html index 1bc75f8..e012871 100644 --- a/tfjm/templates/navbar.html +++ b/tfjm/templates/navbar.html @@ -61,12 +61,12 @@ {% endif %} + {% endif %} - {% if user.registration.is_admin %}