From ce2534149635487566e77ba43e80bdc749ca2567 Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Wed, 29 Mar 2023 18:33:48 +0200 Subject: [PATCH] Fix administration tab --- tfjm/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfjm/templates/base.html b/tfjm/templates/base.html index 319af0e..5f6433f 100644 --- a/tfjm/templates/base.html +++ b/tfjm/templates/base.html @@ -95,7 +95,7 @@ {% trans "Chat" %} - {% if user.admin %} + {% if user.registration.is_admin %}