Changed FIXME -> TODO in response to comments

This commit is contained in:
David Ormsbee
2012-09-03 10:47:15 -04:00
parent 5194dc3177
commit ea78559ad3

View File

@@ -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