From: Ant Zucaro Date: Thu, 4 Jan 2018 22:04:30 +0000 (-0500) Subject: Remove references to ranks on the player info page. X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=9d4bbfecdd8169ea64ff8350437fdb19d549c09c;p=xonotic%2Fxonstat.git Remove references to ranks on the player info page. --- 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: