From: Ant Zucaro Date: Sun, 11 Aug 2013 14:27:32 +0000 (-0400) Subject: Remove braces from the hashkey text template. X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=commitdiff_plain;h=25d2ac9134253dbbe8ba1cda21f980c4fbb22d20 Remove braces from the hashkey text template. --- 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