From 3422b2914c0256a42b1b5a3258561e5050bb6f12 Mon Sep 17 00:00:00 2001 From: Laurent Date: Wed, 13 Mar 2024 22:49:20 +0100 Subject: [PATCH] more fix --- tournaments/templates/tournaments/broadcasted_summons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {