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