Commit 280be657 by Arjun Singh Committed by Matthew Mongeau

Including courseware context in threads for non inline discussion

parent 124eb0ed
...@@ -80,7 +80,6 @@ def render_discussion(request, course_id, threads, *args, **kwargs): ...@@ -80,7 +80,6 @@ def render_discussion(request, course_id, threads, *args, **kwargs):
thread['courseware_location'] = courseware_context['courseware_location'] thread['courseware_location'] = courseware_context['courseware_location']
thread['courseware_title'] = courseware_context['courseware_title'] thread['courseware_title'] = courseware_context['courseware_title']
context = { context = {
'threads': threads, 'threads': threads,
'discussion_id': discussion_id, 'discussion_id': discussion_id,
......
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