Merge pull request #17785 from edx/MLoTurco/learner-3925-support-link
Adds entitlement tool to support tool home
This commit is contained in:
@@ -31,6 +31,11 @@ SUPPORT_INDEX_URLS = [
|
||||
"name": _("Manage User"),
|
||||
"description": _("Disable User Account"),
|
||||
},
|
||||
{
|
||||
"url": reverse_lazy("support:course_entitlement"),
|
||||
"name": _("Entitlements"),
|
||||
"description": _("View, create, and reissue learner entitlements"),
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user