Commit 0dccfc0a by Rocky Duan

forgot to change template name

parent 5d3b1875
......@@ -15,7 +15,7 @@ class DiscussionModule(XModule):
context = {
'discussion_id': self.discussion_id,
}
return self.system.render_template('discussion/_show_discussion.html', context)
return self.system.render_template('discussion/_discussion_module.html', context)
def __init__(self, system, location, definition, instance_state=None, shared_state=None, **kwargs):
XModule.__init__(self, system, location, definition, instance_state, shared_state, **kwargs)
......
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