diff --git a/templates/rankings_display.html b/templates/rankings_display.html index 0961be45..e32a53c5 100644 --- a/templates/rankings_display.html +++ b/templates/rankings_display.html @@ -8,7 +8,7 @@
-Team | Name | RP | +Coop | Match | -Charge Station | Auto | +Stage | W-L-T | DQ | Played | @@ -56,9 +56,10 @@{{"{{this.TeamId}}"}} | {{"{{this.Nickname}}"}} | {{"{{this.RankingPoints}}"}} | +{{"{{this.CoopertitionPoints}}"}} | {{"{{this.MatchPoints}}"}} | -{{"{{this.ChargeStationPoints}}"}} | {{"{{this.AutoPoints}}"}} | +{{"{{this.StagePoints}}"}} | {{"{{this.Wins}}"}}-{{"{{this.Losses}}"}}-{{"{{this.Ties}}"}} | {{"{{this.Disqualifications}}"}} | {{"{{this.Played}}"}} |