Fix the display of the draw button
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
3b7f2130f3
commit
2ad7799b38
|
@ -92,7 +92,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if user.is_authenticated %}
|
{% 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">
|
<li class="nav-item active">
|
||||||
<a class="nav-link" href="{% url 'draw:index' %}">
|
<a class="nav-link" href="{% url 'draw:index' %}">
|
||||||
<i class="fas fa-archive"></i> {% trans "Draw" %}
|
<i class="fas fa-archive"></i> {% trans "Draw" %}
|
||||||
|
|
Loading…
Reference in New Issue