From 11362dfa31438ad6794135aa22343f9782fc5bdd Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Sat, 21 Mar 2026 15:12:12 -0700 Subject: [PATCH] update player details to accurately display fronts --- templates/player_detail.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/player_detail.html b/templates/player_detail.html index 18fad5c..b2c1926 100644 --- a/templates/player_detail.html +++ b/templates/player_detail.html @@ -13,7 +13,9 @@
Total Net{{ player.total_net_cents | money }}
Win %{{ "%.1f"|format(player.win_pct) }}%
ROI{{ "%.1f"|format(player.roi_pct) }}%
-
Buy-ins{{ player.total_buy_in_cents | money }}
+
Total invested{{ player.total_invested_cents | money }}
+
Paid Buy-ins{{ player.total_buy_in_cents | money }}
+
Fronted{{ player.total_front_cents | money }}
Cash-outs{{ player.total_cash_out_cents | money }}
Sessions{{ player.sessions_played }}
@@ -29,8 +31,8 @@
-
Longest win streak{{ player.longest_win_streak }}
-
Longest loss streak{{ player.longest_loss_streak }}
+