Merge pull request #7419 from edx/carol/doc/ContentLibUserAccessHelpLinks
DOC: ContentLib Help links for user access
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<%! from django.core.urlresolvers import reverse %>
|
||||
<%! from student.roles import CourseInstructorRole %>
|
||||
<%inherit file="base.html" />
|
||||
<%def name="online_help_token()"><% return "team" %></%def>
|
||||
<%def name="online_help_token()"><% return "team_course" %></%def>
|
||||
<%block name="title">${_("Course Team Settings")}</%block>
|
||||
<%block name="bodyclass">is-signedin course users view-team</%block>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<%! from django.utils.translation import ugettext as _ %>
|
||||
<%! from django.core.urlresolvers import reverse %>
|
||||
<%inherit file="base.html" />
|
||||
<%def name="online_help_token()"><% return "team" %></%def>
|
||||
<%def name="online_help_token()"><% return "team_library" %></%def>
|
||||
<%block name="title">${_("Library User Access")}</%block>
|
||||
<%block name="bodyclass">is-signedin course users view-team</%block>
|
||||
|
||||
|
||||
@@ -24,7 +24,8 @@ files = building_course/course_files.html
|
||||
textbooks = building_course/textbooks.html
|
||||
schedule = building_course/setting_up_student_view.html
|
||||
grading = building_course/establish_grading_policy.html
|
||||
team = building_course/creating_new_course.html#add-course-team-members
|
||||
team_course = building_course/creating_new_course.html#add-course-team-members
|
||||
team_library = creating_content/libraries.html#give-other-users-access-to-your-library
|
||||
advanced = index.html
|
||||
checklist = building_course/creating_new_course.html#use-the-course-checklist
|
||||
import = building_course/export_import_course.html#import-a-course
|
||||
|
||||
Reference in New Issue
Block a user