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 %}