diff --git a/cms/templates/manage_users.html b/cms/templates/manage_users.html index 3ffe9d9054..5fb6bffd3f 100644 --- a/cms/templates/manage_users.html +++ b/cms/templates/manage_users.html @@ -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 name="online_help_token()"><% return "team_course" %> <%block name="title">${_("Course Team Settings")} <%block name="bodyclass">is-signedin course users view-team diff --git a/cms/templates/manage_users_lib.html b/cms/templates/manage_users_lib.html index cdafde0917..8a4bb264be 100644 --- a/cms/templates/manage_users_lib.html +++ b/cms/templates/manage_users_lib.html @@ -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 name="online_help_token()"><% return "team_library" %> <%block name="title">${_("Library User Access")} <%block name="bodyclass">is-signedin course users view-team diff --git a/docs/config.ini b/docs/config.ini index 7b95652251..ceeeab2ed0 100644 --- a/docs/config.ini +++ b/docs/config.ini @@ -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