Fixes renaming

clubs
Laurent 2 years ago
parent 43d28ede72
commit 45813f5d32
  1. 2
      tournaments/views.py

@ -75,7 +75,7 @@ def tournament(request, tournament_id):
group_stage_id = request.GET.get('group_stage')
match_groups = tournament.match_groups(False, group_stage_id, round_id)
rounds = tournament.round_set.filter(loser=None).order_by('-index')
rounds = tournament.round_set.filter(parent=None).order_by('-index')
group_stages = tournament.groupstage_set.order_by('index')
return render(request, 'tournaments/matches.html', {

Loading…
Cancel
Save