Commit 8b0c30e6 by Valera Rozuvan

Fixed small typo.

parent 75872e1d
......@@ -82,7 +82,7 @@ def create_thread(request, course_id, commentable_id):
else:
anonymous_to_peers = False
thread = cc.Thread(**extract(post,/ ['body', 'title', 'tags']))
thread = cc.Thread(**extract(post, ['body', 'title', 'tags']))
thread.update_attributes(**{
'anonymous': anonymous,
'anonymous_to_peers': anonymous_to_peers,
......
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