From 8dd3438acedfb8e56d4335cc383a7676ca86be1d Mon Sep 17 00:00:00 2001 From: Raz Date: Tue, 6 May 2025 13:21:52 +0200 Subject: [PATCH] fix some nav links --- shop/templates/shop/partials/navigation_base.html | 2 +- tournaments/templates/profile.html | 3 +++ tournaments/templates/tournaments/navigation_base.html | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/shop/templates/shop/partials/navigation_base.html b/shop/templates/shop/partials/navigation_base.html index 9f54c1a..1e3278f 100644 --- a/shop/templates/shop/partials/navigation_base.html +++ b/shop/templates/shop/partials/navigation_base.html @@ -3,8 +3,8 @@ Clubs {% if user.is_authenticated %} Mes tournois + Mes commandes Mon compte - Mes Commandes {% else %} Se connecter {% endif %} diff --git a/tournaments/templates/profile.html b/tournaments/templates/profile.html index 0e79dbd..799ac57 100644 --- a/tournaments/templates/profile.html +++ b/tournaments/templates/profile.html @@ -10,10 +10,13 @@ Clubs {% if user.is_authenticated %} Mes tournois + Mes commandes Mon compte + La boutique Se déconnecter {% else %} Se connecter + La boutique {% endif %} diff --git a/tournaments/templates/tournaments/navigation_base.html b/tournaments/templates/tournaments/navigation_base.html index b9e4be8..b1ef0ea 100644 --- a/tournaments/templates/tournaments/navigation_base.html +++ b/tournaments/templates/tournaments/navigation_base.html @@ -4,10 +4,11 @@ Clubs {% if user.is_authenticated %} Mes tournois + Mes commandes Mon compte {% else %} Se connecter {% endif %} + La boutique Ajouter vos tournois - La Boutique