Skip to content

Commit b4975e9

Browse files
committed
Remove empty line
1 parent 7518b42 commit b4975e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

djangocms_frontend/templatetags/frontend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ def get_value(self, context, name, kwargs, nodelist):
149149
# Replace inner plugins with the nodelist, i.e. the content within the plugin tag
150150
context["instance"].child_plugin_instances = [DummyPlugin(nodelist)]
151151
# ... and redner
152-
153152
result = plugin_tag_pool[name]["template"].render(context.flatten())
154153
context.pop()
155154
return result

0 commit comments

Comments
 (0)