Commit 949c95ea by Kevin Chugh

better fix

parent 32e0c580
...@@ -91,8 +91,6 @@ def create_thread(request, course_id, commentable_id): ...@@ -91,8 +91,6 @@ def create_thread(request, course_id, commentable_id):
'user_id': request.user.id, 'user_id': request.user.id,
}) })
group_id = False
user = cc.User.from_django_user(request.user) user = cc.User.from_django_user(request.user)
#kevinchugh because the new requirement is that all groups will be determined #kevinchugh because the new requirement is that all groups will be determined
......
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