From 9d4bbfecdd8169ea64ff8350437fdb19d549c09c Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Thu, 4 Jan 2018 17:04:30 -0500 Subject: [PATCH] Remove references to ranks on the player info page. --- xonstat/templates/player_info.mako | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index d0d619f..e24a59b 100644 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -158,29 +158,7 @@
% endif - % if g.game_type_cd in ranks: - % if g.game_type_cd == 'overall': - Best Rank: - - - ${ranks[g.game_type_cd].rank} of ${ranks[g.game_type_cd].max_rank} - - (${ranks[g.game_type_cd].game_type_cd}, percentile: ${round(ranks[g.game_type_cd].percentile,2)}) -
-
- % else: - Rank: - - - ${ranks[g.game_type_cd].rank} of ${ranks[g.game_type_cd].max_rank} - - (percentile: ${round(ranks[g.game_type_cd].percentile,2)}) -
-
- % endif - % else: -
- % endif +
% if g.game_type_cd == 'ctf': % if overall_stats[g.game_type_cd].cap_ratio is not None: -- 2.39.2