1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-30 04:31:11 +02:00

Move some buttons, my account form is now working

This commit is contained in:
Yohann D'ANELLO
2020-05-15 02:44:59 +02:00
parent f01537719b
commit 9ba4d88e3d
5 changed files with 12 additions and 11 deletions

View File

@ -113,14 +113,6 @@
{% endif %}
{% endif %}
{% endif %}
{% if user.admin %}
<li class="nav-item active">
<a class="nav-link" href="{% url "tournament:add" %}"><i class="fas fa-calendar-plus"></i> {% trans "Add a tournament" %}</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="{% url "tournament:add_organizer" %}"><i class="fas fa-user-plus"></i> {% trans "Add an organizer" %}</a>
</li>
{% endif %}
{% if user.organizes %}
<li class="nav-item active">
<a class="nav-link" href="{% url "tournament:all_solutions" %}"><i class="fas fa-lightbulb"></i> {% trans "Solutions" %}</a>