Fix get_parents context (#9296)

This commit is contained in:
Britlog 2017-06-16 08:21:06 +02:00 committed by Rushabh Mehta
parent 5f407907a2
commit 224eb90199

View File

@ -248,7 +248,7 @@ class Item(WebsiteGenerator):
self.set_attribute_context(context)
self.set_disabled_attributes(context)
context.parents = self.get_parents(context)
self.get_parents(context)
return context