From 25d2ac9134253dbbe8ba1cda21f980c4fbb22d20 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 11 Aug 2013 10:27:32 -0400 Subject: [PATCH] Remove braces from the hashkey text template. --- xonstat/templates/player_hashkey_info_text.mako | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xonstat/templates/player_hashkey_info_text.mako b/xonstat/templates/player_hashkey_info_text.mako index bacdd03..cea9643 100644 --- a/xonstat/templates/player_hashkey_info_text.mako +++ b/xonstat/templates/player_hashkey_info_text.mako @@ -21,7 +21,7 @@ e wins ${games_played[0].wins} e favorite-map ${fav_maps['overall'].map_name} ${fav_maps['overall'].times_played} ${fav_maps['overall'].game_type_cd} % for game_type_cd in overall_stats.keys(): % if game_type_cd != 'overall': -{ G ${game_type_cd} +G ${game_type_cd} % if game_type_cd in elos.keys(): e elo ${elos[game_type_cd].elo} % endif @@ -45,6 +45,5 @@ e wins ${gp.wins} % endif % endfor e favorite-map ${fav_maps[game_type_cd].map_name} ${fav_maps[game_type_cd].times_played} -} % endif % endfor -- 2.39.2