Fix bugs
This commit is contained in:
parent
329a5293dd
commit
ce77242008
2 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,7 @@ class FeedView(ListView):
|
|||
|
||||
context['top_rated'] = Profile.objects.filter(is_unlisted=False).order_by('-rating')[:10]
|
||||
context['top_scorer'] = Profile.objects.filter(is_unlisted=False).order_by('-performance_points')[:10]
|
||||
print(context['top_rated'])
|
||||
|
||||
return context
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue