From 8c0780bcdc4ee9e783b67e33fbbcd04eebcdad3a Mon Sep 17 00:00:00 2001 From: kimth Date: Fri, 31 Aug 2012 14:38:39 -0400 Subject: [PATCH] Adjust comments --- lms/djangoapps/courseware/module_render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/courseware/module_render.py b/lms/djangoapps/courseware/module_render.py index 393419af53..b8416426b6 100644 --- a/lms/djangoapps/courseware/module_render.py +++ b/lms/djangoapps/courseware/module_render.py @@ -62,7 +62,7 @@ def toc_for_course(user, request, course, active_chapter, active_section, course where SECTIONS is a list [ {'display_name': name, 'url_name': url_name, - 'format': format, 'due': due, 'active' : bool}, ...] + 'format': format, 'due': due, 'active' : bool, 'graded': bool}, ...] active is set for the section and chapter corresponding to the passed parameters, which are expected to be url_names of the chapter+section.