diff --git a/common/lib/xmodule/xmodule/gst_module.py b/common/lib/xmodule/xmodule/gst_module.py index d33ecebc7e..be90e5f33b 100644 --- a/common/lib/xmodule/xmodule/gst_module.py +++ b/common/lib/xmodule/xmodule/gst_module.py @@ -65,8 +65,8 @@ class GraphicalSliderToolModule(XModule): 'element_class': self.html_class, 'configuration_json': self.configuration_json } - self.content = (self.system.render_template( - 'graphical_slider_tool.html', params)) + self.content = self.system.render_template( + 'graphical_slider_tool.html', params) return self.content def substitute_controls(self, html_string):