Update template and config.ini files for library user help

This commit is contained in:
Carol Tong
2015-03-18 17:43:54 -04:00
parent d0624b272f
commit e749f4500b
3 changed files with 4 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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