From 76e46c913d0fd55a9e25863e023496159ec12039 Mon Sep 17 00:00:00 2001
From: Moreau Elise <moreau.elise13@gmail.com>
Date: Sun, 25 Oct 2020 18:16:26 +0100
Subject: [PATCH] remove link to general map

---
 templates/common/layout.twig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/templates/common/layout.twig b/templates/common/layout.twig
index f135187..0586d43 100644
--- a/templates/common/layout.twig
+++ b/templates/common/layout.twig
@@ -36,7 +36,6 @@
                         Categories <i class="dropdown icon"></i>
                         <div class="menu">
                             <a href="/users" class="item">Users</a>
-                            <a href="/map" class="item">Map</a>
                             <a href="/groups" class="item">Groups</a>
                         </div>
                     </div>
-- 
GitLab