From ae4c330b1ab61c3497e23cd9cbc04993c1efc1e6 Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 2 Sep 2025 18:43:47 +0200 Subject: [PATCH 1/2] remove shop from nav bar --- tournaments/templates/tournaments/navigation_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tournaments/templates/tournaments/navigation_base.html b/tournaments/templates/tournaments/navigation_base.html index 7e07f5e..8cc1b00 100644 --- a/tournaments/templates/tournaments/navigation_base.html +++ b/tournaments/templates/tournaments/navigation_base.html @@ -8,7 +8,7 @@ {% else %} Se connecter {% endif %} - La boutique + {% if user.is_authenticated and user.is_staff %} Tournois privés Tableau de bord From 3146b16962daf59f30c9c3813f7b778a0d52d10b Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 2 Sep 2025 18:45:09 +0200 Subject: [PATCH 2/2] remove other shop link --- tournaments/templates/tournaments/navigation_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tournaments/templates/tournaments/navigation_base.html b/tournaments/templates/tournaments/navigation_base.html index 8cc1b00..0ba7f28 100644 --- a/tournaments/templates/tournaments/navigation_base.html +++ b/tournaments/templates/tournaments/navigation_base.html @@ -3,7 +3,7 @@ Clubs {% if user.is_authenticated %} Mes tournois - Mes commandes + Mon compte {% else %} Se connecter