Update cms_plugins.py
This commit is contained in:
parent
4d2d337651
commit
25ef657c62
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ class DCLSectionPlugin(CMSPluginBase):
|
|||
'DCLSectionIconPluginModel',
|
||||
]
|
||||
for child in instance.child_plugin_instances:
|
||||
print(child.__dict__)
|
||||
if child.__class__.__name__ in right_children:
|
||||
context['children_to_side'].append(child)
|
||||
elif child.plugin_type == 'DCLCalculatorPlugin':
|
||||
|
|
Loading…
Reference in a new issue