From a95f2b44d911da3a06b50b5eefb9558b976dbda8 Mon Sep 17 00:00:00 2001 From: giohappy Date: Mon, 26 Jul 2021 10:51:05 +0200 Subject: [PATCH] drop Group categories and Announcements menus --- .../templatetags/get_menu_json.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/geonode_mapstore_client/templatetags/get_menu_json.py b/geonode_mapstore_client/templatetags/get_menu_json.py index afd21a1c62..7173fe6551 100644 --- a/geonode_mapstore_client/templatetags/get_menu_json.py +++ b/geonode_mapstore_client/templatetags/get_menu_json.py @@ -62,17 +62,7 @@ def get_base_right_topbar_menu(context): "type": "link", "href": "/groups/", "label": "Groups" - }, - { - "type": "link", - "href": "/groups/categories/", - "label": "Groups categories" - }, - { - "type": "link", - "href": "/announcements/", - "label": "Announcements" - }, + } ] } if user.is_authenticated and not Configuration.load().read_only: