Add teams tab

TNL-1939
This commit is contained in:
Diana Huang
2015-05-19 17:16:16 -04:00
committed by cahrens
parent 099be9e7e3
commit 6534503c93
19 changed files with 392 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ setup(
"progress = lms.djangoapps.courseware.tabs:ProgressCourseViewType",
"static_tab = lms.djangoapps.courseware.tabs:StaticCourseViewType",
"syllabus = lms.djangoapps.courseware.tabs:SyllabusCourseViewType",
"teams = lms.djangoapps.teams.plugins:TeamsCourseViewType",
"textbooks = lms.djangoapps.courseware.tabs:TextbookCourseViews",
"wiki = lms.djangoapps.course_wiki.tab:WikiCourseViewType",