From 40d1a6334301fe7392b3b2cd7c19202dd03e7d8e Mon Sep 17 00:00:00 2001 From: Carol Tong Date: Tue, 27 Oct 2015 11:05:23 -0400 Subject: [PATCH] TNL-3697/DOC-2372: modify Manage Users template to indicate that course team not automatically enrolled in course --- cms/templates/manage_users.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/manage_users.html b/cms/templates/manage_users.html index 9c9f49a26f..815d635409 100644 --- a/cms/templates/manage_users.html +++ b/cms/templates/manage_users.html @@ -97,7 +97,7 @@ from django.core.urlresolvers import reverse

${_("Course team members with the Staff role are course co-authors. They have full writing and editing privileges on all course content.")}

## Note that the "Admin" role below is identified as "Instructor" in the Django admin panel.

${_("Admins are course team members who can add and remove other course team members.")}

-

${_("All course team members are automatically enrolled in the course and can access content in Studio, the LMS, and Insights.")}

+

${_("All course team members can access content in Studio, the LMS, and Insights, but are not automatically enrolled in the course.")}

% if show_transfer_ownership_hint: