Skip to content

Commit

Permalink
drop Group categories and Announcements menus
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Jul 26, 2021
1 parent f5fd84e commit a95f2b4
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions geonode_mapstore_client/templatetags/get_menu_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a95f2b4

Please sign in to comment.