From 537b6652c297fa3ca00f887ab87a16fec8e6e14f Mon Sep 17 00:00:00 2001 From: Michael LoTurco Date: Mon, 26 Mar 2018 12:53:22 -0400 Subject: [PATCH] adds entitlment tool to support tool home --- lms/djangoapps/support/views/index.py | 5 +++++ 1 file changed, 5 insertions(+) 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"), + }, ]