wldoc = WLDocument.from_file(self.xml_file.path)
self.dc = wldoc.book_info.to_dict()
self.type = self.dc["type"]
- assert self.type in ('appendix', 'course', 'synthetic', 'project', 'added'), \
+ assert self.type in ('appendix', 'course', 'synthetic', 'project', 'added', 'added-var'), \
u"Unknown lesson type: %s" % self.type
self.save()