diff --git a/lms/djangoapps/support/views/index.py b/lms/djangoapps/support/views/index.py index e1ccb0ebb6..4bc51d0b1d 100644 --- a/lms/djangoapps/support/views/index.py +++ b/lms/djangoapps/support/views/index.py @@ -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"), + }, ]