Commit 49a7a3fa by David Ormsbee

Changed FIXME -> TODO in response to comments

parent 2772e5c2
...@@ -234,7 +234,7 @@ class CourseDescriptor(SequenceDescriptor): ...@@ -234,7 +234,7 @@ class CourseDescriptor(SequenceDescriptor):
@property @property
def discussion_link(self): 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 specify their own discussion forums as external links by specifying a
"discussion_link" in their policy JSON file. This should later get "discussion_link" in their policy JSON file. This should later get
folded in with Syllabus, Course Info, and additional Custom tabs in a folded in with Syllabus, Course Info, and additional Custom tabs in a
......
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