1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 01:18:22 +02:00

Volunteers can add organizers

This commit is contained in:
2021-02-06 19:26:19 +01:00
parent 7d9e80bf9f
commit d9fbd5564e
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@
<i class="fas fa-calendar-day"></i> {% trans "Tournaments" %}
</a>
</li>
{% if user.is_authenticated and user.registration.is_admin %}
{% if user.is_authenticated and user.registration.is_volunteer %}
<li class="nav-item active">
<a href="{% url "registration:user_list" %}" class="nav-link"><i class="fas fa-user"></i> {% trans "Users" %}</a>
</li>