From 24a7cfaf66cf1026b3d56d07c64f4b1a744cedf0 Mon Sep 17 00:00:00 2001 From: antzucaro Date: Tue, 11 Oct 2011 17:41:53 -0400 Subject: [PATCH] Do not show a more link if there are no more games to show! --- xonstat/templates/player_info.mako | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index b2e9fa6..538f91c 100755 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -117,5 +117,7 @@ ${accuracy(weapon_stats)} % endfor +% if game_stats['total_games_played'] > 10: More games played by ${player.nick_html_colors()|n}... % endif +% endif -- 2.39.2