From: Ant Zucaro Date: Thu, 3 Apr 2014 01:38:54 +0000 (-0400) Subject: The key is 'player_id', not just 'id'. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a0703fefbbaf8f91e3e45414294a9344abb96a85;p=xonotic%2Fxonstat.git The key is 'player_id', not just 'id'. --- 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