diff --git a/tournaments/templates/tournaments/broadcasted_summons.html b/tournaments/templates/tournaments/broadcasted_summons.html index 8834a71..73b35bb 100644 --- a/tournaments/templates/tournaments/broadcasted_summons.html +++ b/tournaments/templates/tournaments/broadcasted_summons.html @@ -20,8 +20,8 @@ const splitGroups = []; this.paginatedMatches.forEach(group => { - const firstHalf = group.slice(0, group.length / 2); - const secondHalf = group.slice(group.length / 2); + const firstHalf = group.slice(0, 8); + const secondHalf = group.slice(8); splitGroups.push([firstHalf, secondHalf]); }); this.paginatedMatches = splitGroups; @@ -46,29 +46,27 @@ }" x-init="loop()"> -
+
diff --git a/tournaments/templates/tournaments/summon_row.html b/tournaments/templates/tournaments/summon_row.html index 8c754b6..b144cbb 100644 --- a/tournaments/templates/tournaments/summon_row.html +++ b/tournaments/templates/tournaments/summon_row.html @@ -8,7 +8,7 @@ {% endfor %} -
{{ summon.weight }}
+
{{ summon.weight }}
{{ summon.date|date:'H:i' }}
{{ summon.stage }}