Fixed small typo.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user