don't link to API endpoint from support page

This commit is contained in:
McKenzie Welter
2018-02-20 15:46:55 -05:00
parent 9cf7f45099
commit 3e675c36eb

View File

@@ -31,11 +31,6 @@ SUPPORT_INDEX_URLS = [
"name": _("Manage User"),
"description": _("Disable User Account"),
},
{
"url": reverse_lazy("support:course_entitlement"),
"name": _("Course Entitlement"),
"description": _("View, update, and grant course entitlements for users.")
},
]