diff --git a/tournaments/templates/tournaments/broadcasted_summons.html b/tournaments/templates/tournaments/broadcasted_summons.html index 0971001..8834a71 100644 --- a/tournaments/templates/tournaments/broadcasted_summons.html +++ b/tournaments/templates/tournaments/broadcasted_summons.html @@ -16,7 +16,7 @@ fetch('/tournament/{{ tournament.id }}/summons/json/') .then(res => res.json()) .then((data) => { - this.paginatedMatches = this.paginate(data, 8) + this.paginatedMatches = this.paginate(data, 16) const splitGroups = []; this.paginatedMatches.forEach(group => {