Commit 74be3d0b by Alexander Kryklia

removed outer parents

parent fd439716
...@@ -65,8 +65,8 @@ class GraphicalSliderToolModule(XModule): ...@@ -65,8 +65,8 @@ class GraphicalSliderToolModule(XModule):
'element_class': self.html_class, 'element_class': self.html_class,
'configuration_json': self.configuration_json 'configuration_json': self.configuration_json
} }
self.content = (self.system.render_template( self.content = self.system.render_template(
'graphical_slider_tool.html', params)) 'graphical_slider_tool.html', params)
return self.content return self.content
def substitute_controls(self, html_string): def substitute_controls(self, html_string):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment