Very draft/prototype edits. Moving CMS components in LMS.

This commit is contained in:
Piotr Mitros
2012-05-21 19:27:00 -04:00
parent 9906bd2b6b
commit 32c50090eb
2 changed files with 68 additions and 14 deletions

View File

@@ -20,7 +20,9 @@ class Module(XModule):
@classmethod
def get_xml_tags(c):
return ["sequential", 'tab']
obsolete_tags = ["sequential", 'tab']
modern_tags = ["problemset", "videosequence"]
return obsolete_tags + modern_tags
def get_html(self):
self.render()