Working snapshot. Simple get_children. get_module taken out of render_module.

This commit is contained in:
Piotr Mitros
2012-06-01 10:29:12 -04:00
parent 98d8f4b55b
commit 7567e5ebf9
2 changed files with 4 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ class Module(XModule):
for e in self.xmltree]
self.contents = self.rendered_children()
self.contents = [j(m) for m in self.contents]
for contents, title in zip(self.contents, titles):
contents['title'] = title