Commit 58abdf3c by Matthew Mongeau

Keep textbooks out of displayable items.

parent a81ab869
......@@ -11,6 +11,9 @@ class TextbookModule(XModule):
def get_display_items(self):
return []
def displayable_items(self):
return []
class TextbookDescriptor(XmlDescriptor):
module_class = TextbookModule
......
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