feat: Add leaderboard to Places

This commit is contained in:
prssanna 2019-11-12 14:34:24 +05:30
parent 3659ce8c4c
commit afe90c03e7

View file

@ -99,6 +99,16 @@ def get_data():
'idx': 15,
"description": "Build your profile and share posts with other users."
},
{
"module_name": 'Leaderboard',
"category": "Places",
"label": _('Leaderboard'),
"icon": "fa fa-trophy",
"type": 'link',
"link": '#social/users',
"color": '#FF4136',
'standard': 1,
},
{
"module_name": 'dashboard',
"category": "Places",