fix some nav links

sync_v2
Raz 6 months ago
parent 6800c1643d
commit 8dd3438ace
  1. 2
      shop/templates/shop/partials/navigation_base.html
  2. 3
      tournaments/templates/profile.html
  3. 3
      tournaments/templates/tournaments/navigation_base.html

@ -3,8 +3,8 @@
<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 'profile' %}">Mon compte</a>
<a href="{% url 'shop:my_orders' %}">Mes Commandes</a>
{% else %}
<a href="{% url 'custom-login' %}">Se connecter</a>
{% endif %}

@ -10,10 +10,13 @@
<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 'profile' %}">Mon compte</a>
<a href="{% url 'shop:product_list' %}">La boutique</a>
<a href="{% url 'custom_logout' %}" class="red">Se déconnecter</a>
{% else %}
<a href="{% url 'login' %}">Se connecter</a>
<a href="{% url 'shop:product_list' %}">La boutique</a>
{% endif %}
</nav>

@ -4,10 +4,11 @@
<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 'profile' %}">Mon compte</a>
{% else %}
<a href="{% url 'custom-login' %}">Se connecter</a>
{% endif %}
<a href="{% url 'shop:product_list' %}">La boutique</a>
<a href="{% url 'download' %}" class="download-button">Ajouter vos tournois</a>
<a href="{% url 'shop:product_list' %}">La Boutique</a>
</nav>

Loading…
Cancel
Save