Skip to content
Snippets Groups Projects
Commit 8b0c30e6 authored by Valera Rozuvan's avatar Valera Rozuvan
Browse files

Fixed small typo.

parent 75872e1d
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment