|
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
{% else %} |
|
|
|
|
<a href="{% url 'custom-login' %}">Se connecter</a> |
|
|
|
|
{% endif %} |
|
|
|
|
<a href="{% url 'shop:product_list' %}">La boutique</a> |
|
|
|
|
<!--<a href="{% url 'shop:product_list' %}">La boutique</a>--> |
|
|
|
|
{% if user.is_authenticated and user.is_staff %} |
|
|
|
|
<a href="{% url 'private-tournaments' %}" class="orange">Tournois privés</a> |
|
|
|
|
<a href="{% url 'admin:tournaments_tournament_dashboard' %}" class="download-button">Tableau de bord</a> |
|
|
|
|
|