clubs
Laurent 2 years ago
parent 1a9a61e171
commit 3422b2914c
  1. 2
      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 => {

Loading…
Cancel
Save