Fix the display of the draw button

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello 2023-04-11 22:20:15 +02:00
parent 3b7f2130f3
commit 2ad7799b38
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}
<li class="nav-item active">
<a class="nav-link" href="{% url 'draw:index' %}">
<i class="fas fa-archive"></i> {% trans "Draw" %}