Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
3547821b
Commit
3547821b
authored
Aug 19, 2015
by
Alison Hodges
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds a comment to reduce confusion over remaining role name differences
parent
9e311931
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
cms/templates/manage_users.html
+1
-0
lms/templates/instructor/instructor_dashboard_2/membership.html
+3
-1
No files found.
cms/templates/manage_users.html
View file @
3547821b
...
@@ -95,6 +95,7 @@ from django.core.urlresolvers import reverse
...
@@ -95,6 +95,7 @@ from django.core.urlresolvers import reverse
<div
class=
"bit"
>
<div
class=
"bit"
>
<h3
class=
"title-3"
>
${_("Course Team Roles")}
</h3>
<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>
<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>
${_("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>
<p>
${_("All course team members are automatically enrolled in the course and can access content in Studio, the LMS, and Insights.")}
</p>
</div>
</div>
...
...
lms/templates/instructor/instructor_dashboard_2/membership.html
View file @
3547821b
...
@@ -193,6 +193,7 @@ from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_
...
@@ -193,6 +193,7 @@ from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_
data-add-button-label=
"${_("
Add
Staff
")}"
data-add-button-label=
"${_("
Add
Staff
")}"
></div>
></div>
## Note that "Admin" is identified as "Instructor" in the Django admin panel.
<div
class=
"auth-list-container"
<div
class=
"auth-list-container"
data-rolename=
"instructor"
data-rolename=
"instructor"
data-display-name=
"${_("
Admin
")}"
data-display-name=
"${_("
Admin
")}"
...
@@ -205,7 +206,8 @@ from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_
...
@@ -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-list-endpoint=
"${ section_data['list_course_role_members_url'] }"
data-modify-endpoint=
"${ section_data['modify_access_url'] }"
data-modify-endpoint=
"${ section_data['modify_access_url'] }"
data-add-button-label=
"${_("
Add
Admin
")}"
data-add-button-label=
"${_("
Add
Admin
")}"
></div>
>
</div>
<div
class=
"auth-list-container"
<div
class=
"auth-list-container"
data-rolename=
"beta"
data-rolename=
"beta"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment