From a0703fefbbaf8f91e3e45414294a9344abb96a85 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Wed, 2 Apr 2014 21:38:54 -0400 Subject: [PATCH] The key is 'player_id', not just 'id'. --- xonstat/templates/player_info.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index 3658bf4..e810b66 100644 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -111,7 +111,7 @@ Player Information % if g.game_type_cd == 'ctf': % if overall_stats[g.game_type_cd].total_captures is not None: - Fastest flag captures...
+ Fastest flag captures...
% else:
% endif -- 2.39.2