From 74be3d0ba99855560025d891915e1fe55da44f6a Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Mon, 24 Dec 2012 15:36:53 +0200 Subject: [PATCH] removed outer parents --- common/lib/xmodule/xmodule/gst_module.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):