From 4c43114d2d9621eed2e420266378b8807485697b Mon Sep 17 00:00:00 2001 From: Rachel Gaubil <rachel.gaubil@univ-grenoble-alpes.fr> Date: Tue, 26 Nov 2024 16:52:44 +0100 Subject: [PATCH] [fix] hide paints --- templates/navbar_menu.html.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/navbar_menu.html.j2 b/templates/navbar_menu.html.j2 index 9b60e339..b198ce13 100644 --- a/templates/navbar_menu.html.j2 +++ b/templates/navbar_menu.html.j2 @@ -130,7 +130,7 @@ <a class="btn btn-menu me-3" href="{{ url_for('vue', vueName='team') }}"><i class="fa-solid fa-people-group"></i> Équipe</a> </li> - + <!-- <li class="nav-item dropdown"> <a class="dropdown-toggle btn btn-menu me-3" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false"> <i class="fa-solid fa-palette"></i> Peintures</a> @@ -143,7 +143,7 @@ </li> </ul> </li> - + --> </ul> </div> </div> -- GitLab