Minor changes

This commit is contained in:
scmmishra 2018-12-12 16:10:23 +05:30 committed by Aditya Hase
parent 42f3c51ff7
commit 699f7c6fee

View File

@ -191,6 +191,19 @@ def get_data():
"type": "doctype",
"name": "Course"
},
{
"type": "doctype",
"name": "Topic"
},
{
"type": "doctype",
"name": "Room"
}
]
},
{
"label": _("Content Masters"),
"items": [
{
"type": "doctype",
"name": "Article"
@ -202,10 +215,6 @@ def get_data():
{
"type": "doctype",
"name": "Quiz"
},
{
"type": "doctype",
"name": "Room"
}
]
},