alignment calculator plugin
This commit is contained in:
parent
3bf064a017
commit
3b3b73a2ce
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class DCLSectionPlugin(CMSPluginBase):
|
||||||
print(child.__dict__)
|
print(child.__dict__)
|
||||||
if child.__class__.__name__ in right_children:
|
if child.__class__.__name__ in right_children:
|
||||||
context['children_to_side'].append(child)
|
context['children_to_side'].append(child)
|
||||||
elif child.__class__.__name__ == 'CMSPlugin':
|
elif child.plugin_type == 'DCLCalculatorPlugin':
|
||||||
context['children_calculator'].append(child)
|
context['children_calculator'].append(child)
|
||||||
else:
|
else:
|
||||||
context['children_to_content'].append(child)
|
context['children_to_content'].append(child)
|
||||||
|
|
Loading…
Reference in a new issue