adds entitlment tool to support tool home

This commit is contained in:
Michael LoTurco
2018-03-26 12:53:22 -04:00
parent 1ca1838ce8
commit 537b6652c2

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