Commit a6c67cd1 by David Ormsbee Committed by Matthew Mongeau

add corresponding view to new courseware url route :-P

parent a60cb97d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment