fix: broken image style

This commit is contained in:
prssanna
2021-01-22 15:30:19 +05:30
parent dfa78eb27d
commit 2aa1efb70e
6 changed files with 15 additions and 6 deletions

View File

@@ -98,6 +98,8 @@ class ItemGroup(NestedSet, WebsiteGenerator):
context.field_filters = filter_engine.get_field_filters()
context.attribute_filters = filter_engine.get_attribute_fitlers()
print(context.field_filters, context.attribute_filters)
context.update({
"parents": get_parent_item_groups(self.parent_item_group),
"title": self.name