cohort filter almost done

This commit is contained in:
Your Name
2013-02-07 18:14:46 -05:00
parent 3965f9129d
commit 7dd252178c

View File

@@ -242,11 +242,6 @@ def forum_form_discussion(request, course_id):
'is_course_cohorted': is_course_cohorted(course_id)
}
# print "start rendering.."
print "\n\n\n\n\n\n*************************"
print is_course_cohorted(course_id)
print cached_has_permission(request.user, "see_all_cohorts", course_id)
print cohorts
return render_to_response('discussion/index.html', context)