remove other shop link

apikeys
Laurent 2 months ago
parent ae4c330b1a
commit 3146b16962
  1. 2
      tournaments/templates/tournaments/navigation_base.html

@ -3,7 +3,7 @@
<a href="{% url 'clubs' %}" class="orange">Clubs</a>
{% if user.is_authenticated %}
<a href="{% url 'my-tournaments' %}" class="orange">Mes tournois</a>
<a href="{% url 'shop:my_orders' %}">Mes commandes</a>
<!--<a href="{% url 'shop:my_orders' %}">Mes commandes</a>-->
<a href="{% url 'profile' %}">Mon compte</a>
{% else %}
<a href="{% url 'custom-login' %}">Se connecter</a>

Loading…
Cancel
Save