From ea78559ad3603ece4555e3adfba2aaca7fb1117a Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Mon, 3 Sep 2012 10:47:15 -0400 Subject: [PATCH] Changed FIXME -> TODO in response to comments --- common/lib/xmodule/xmodule/course_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/course_module.py b/common/lib/xmodule/xmodule/course_module.py index 9ae6fc59b7..6c8c20014c 100644 --- a/common/lib/xmodule/xmodule/course_module.py +++ b/common/lib/xmodule/xmodule/course_module.py @@ -234,7 +234,7 @@ class CourseDescriptor(SequenceDescriptor): @property def discussion_link(self): - """FIXME: This is a quick kludge to allow CS50 (and other courses) to + """TODO: This is a quick kludge to allow CS50 (and other courses) to specify their own discussion forums as external links by specifying a "discussion_link" in their policy JSON file. This should later get folded in with Syllabus, Course Info, and additional Custom tabs in a