Fixed small typo.

This commit is contained in:
Valera Rozuvan
2013-03-07 17:48:40 +02:00
parent 75872e1d28
commit 8b0c30e69f

View File

@@ -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,