From 2ad7799b387eddf6de3309113b4ec2d23390b21b Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Tue, 11 Apr 2023 22:20:15 +0200 Subject: [PATCH] Fix the display of the draw button Signed-off-by: Emmy D'Anello --- 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 4d9f6df..81968ad 100644 --- a/tfjm/templates/base.html +++ b/tfjm/templates/base.html @@ -92,7 +92,7 @@ {% endif %} {% endif %} {% if user.is_authenticated %} - {% if user.is_volunteer or user.registration.team %} + {% if user.registration.is_volunteer or user.registration.team %}