Merge pull request #9382 from edx/ahodges/comments_on_roles
Adds a comment to reduce confusion over remaining role name differences
This commit is contained in:
@@ -95,6 +95,7 @@ from django.core.urlresolvers import reverse
|
||||
<div class="bit">
|
||||
<h3 class="title-3">${_("Course Team Roles")}</h3>
|
||||
<p>${_("Course team members with the Staff role are course co-authors. They have full writing and editing privileges on all course content.")}</p>
|
||||
## Note that the "Admin" role below is identified as "Instructor" in the Django admin panel.
|
||||
<p>${_("Admins are course team members who can add and remove other course team members.")}</p>
|
||||
<p>${_("All course team members are automatically enrolled in the course and can access content in Studio, the LMS, and Insights.")}</p>
|
||||
</div>
|
||||
|
||||
@@ -193,6 +193,7 @@ from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_
|
||||
data-add-button-label="${_("Add Staff")}"
|
||||
></div>
|
||||
|
||||
## Note that "Admin" is identified as "Instructor" in the Django admin panel.
|
||||
<div class="auth-list-container"
|
||||
data-rolename="instructor"
|
||||
data-display-name="${_("Admin")}"
|
||||
@@ -205,7 +206,8 @@ from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_
|
||||
data-list-endpoint="${ section_data['list_course_role_members_url'] }"
|
||||
data-modify-endpoint="${ section_data['modify_access_url'] }"
|
||||
data-add-button-label="${_("Add Admin")}"
|
||||
></div>
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="auth-list-container"
|
||||
data-rolename="beta"
|
||||
|
||||
Reference in New Issue
Block a user