From 014109ab1aa07a6948dfd0687b45cdca0443ba01 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Thu, 21 Jun 2012 10:20:51 -0400 Subject: [PATCH] add corresponding view to new courseware url route :-P --- lms/djangoapps/courseware/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/courseware/views.py b/lms/djangoapps/courseware/views.py index 34b3c9bb04..40f0eecaf1 100644 --- a/lms/djangoapps/courseware/views.py +++ b/lms/djangoapps/courseware/views.py @@ -211,7 +211,7 @@ def get_module_xml(user, course, chapter, section): @ensure_csrf_cookie @cache_control(no_cache=True, no_store=True, must_revalidate=True) def index(request, course=None, chapter=None, section=None, - position=None): + position=None, course_id=None): ''' Displays courseware accordion, and any associated content. If course, chapter, and section aren't all specified, just returns the accordion. If they are specified, returns an error if they don't