Fix issue with page displayed

clubs
Laurent 1 year ago
parent 8e04928441
commit eb1576e666
  1. 2
      tournaments/views.py

@ -133,7 +133,7 @@ def tournament(request, tournament_id):
print(len(rounds)) print(len(rounds))
print(len(group_stages)) print(len(group_stages))
if len(match_groups) > 0: if tournament.display_matches():
return render(request, 'tournaments/matches.html', { return render(request, 'tournaments/matches.html', {
'tournament': tournament, 'tournament': tournament,
'rounds': rounds, 'rounds': rounds,

Loading…
Cancel
Save