From 0cf8872cf9305748da4b8c8939aed04c7a549d56 Mon Sep 17 00:00:00 2001 From: vincent porte Date: Tue, 3 Dec 2024 11:27:53 +0100 Subject: [PATCH] update user menu --- lacommunaute/templates/partials/header.html | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/lacommunaute/templates/partials/header.html b/lacommunaute/templates/partials/header.html index 849bf078c..074ae9c19 100644 --- a/lacommunaute/templates/partials/header.html +++ b/lacommunaute/templates/partials/header.html @@ -69,16 +69,13 @@
  • - Accéder à mon profil + {% trans "Go to my profile" %}
  • - Accéder à mes sauvegardes + {% trans "Go to my UpVotes" %}
  • - Accéder à mes évènements -
  • -
  • - Accéder à mes thématiques + {% trans "Go to my events" %}
  • {% if user.is_superuser %}
  • @@ -239,16 +236,13 @@

  • - Accéder à mon profil -
  • -
  • - Accéder à mes sauvegardes + {% trans "Go to my profile" %}
  • - Accéder à mes évènements + {% trans "Go to my UpVotes" %}
  • - Accéder à mes thématiques + {% trans "Go to my events" %}
  • {% if user.is_superuser %}