We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394dab6 commit 6738a6aCopy full SHA for 6738a6a
1 file changed
home/views.py
@@ -43,7 +43,8 @@ def home(request):
43
organisation=1).order_by('-start_date')
44
45
winning_awards = HackAward.objects.filter(
46
- hack_award_category__ranking=1).order_by('-hackathon__start_date')
+ hack_award_category__ranking=1, hackathon__status='finished'
47
+ ).order_by('-hackathon__start_date')
48
winning_showcases = [award.winning_project.get_showcase()
49
for award in winning_awards
50
if (award.winning_project
0 commit comments