From 3547821b1acee92a89993538e8fa0f6f2a7ad571 Mon Sep 17 00:00:00 2001 From: Alison Hodges Date: Wed, 19 Aug 2015 12:03:24 -0400 Subject: [PATCH] Adds a comment to reduce confusion over remaining role name differences --- cms/templates/manage_users.html | 1 + .../instructor/instructor_dashboard_2/membership.html | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cms/templates/manage_users.html b/cms/templates/manage_users.html index 6f838ec0d5..9c9f49a26f 100644 --- a/cms/templates/manage_users.html +++ b/cms/templates/manage_users.html @@ -95,6 +95,7 @@ from django.core.urlresolvers import reverse

${_("Course Team Roles")}

${_("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.")}

diff --git a/lms/templates/instructor/instructor_dashboard_2/membership.html b/lms/templates/instructor/instructor_dashboard_2/membership.html index 03fb666144..102903320f 100644 --- a/lms/templates/instructor/instructor_dashboard_2/membership.html +++ b/lms/templates/instructor/instructor_dashboard_2/membership.html @@ -193,6 +193,7 @@ from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_ data-add-button-label="${_("Add Staff")}" > + ## Note that "Admin" is identified as "Instructor" in the Django admin panel.
+ > +