From ac039c10737b0fc56ad2f8821a32e795310e010c Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Tue, 28 Mar 2023 20:25:44 +0200 Subject: [PATCH] Display draw tab only for authenticated users Signed-off-by: Emmy D'Anello --- tfjm/templates/base.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/tfjm/templates/base.html b/tfjm/templates/base.html index 1da14b7..aeffd9b 100644 --- a/tfjm/templates/base.html +++ b/tfjm/templates/base.html @@ -91,11 +91,13 @@ {% endif %} {% endif %} - + {% if user.is_authenticated %} + + {% endif %}