From 3248731f511aaa28cb684996fc4e21adcedaab46 Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Sat, 21 Mar 2026 15:14:55 -0700 Subject: [PATCH] show all invested on leaderboard so net is correct --- templates/leaderboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/leaderboard.html b/templates/leaderboard.html index 4c15c24..ab1b241 100644 --- a/templates/leaderboard.html +++ b/templates/leaderboard.html @@ -92,7 +92,7 @@ {% endif %} {{ player.player_name }} - {{ player.total_buy_in_cents | money }} + {{ player.total_invested_cents | money }} {{ player.total_cash_out_cents | money }} {{ player.total_net_cents | money }} {{ "%.1f"|format(player.win_pct) }}%