Merge pull request #17785 from edx/MLoTurco/learner-3925-support-link

Adds entitlement tool to support tool home
This commit is contained in:
Michael LoTurco
2018-03-26 13:44:43 -04:00
committed by GitHub

View File

@@ -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"),
},
]