]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
The key is 'player_id', not just 'id'.
authorAnt Zucaro <azucaro@gmail.com>
Thu, 3 Apr 2014 01:38:54 +0000 (21:38 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Thu, 3 Apr 2014 01:38:54 +0000 (21:38 -0400)
xonstat/templates/player_info.mako

index 3658bf4625eca69d7c5caf7147f712090c8f2cdb..e810b669b62e43233b00435a6f0088bf669cc21d 100644 (file)
@@ -111,7 +111,7 @@ Player Information
 
           % if g.game_type_cd == 'ctf':
           % if overall_stats[g.game_type_cd].total_captures is not None:
-          <small><a href="${request.route_url("player_captimes", id=player.player_id)}">Fastest flag captures...</a> <br /></small>
+          <small><a href="${request.route_url("player_captimes", player_id=player.player_id)}">Fastest flag captures...</a> <br /></small>
           % else:
           <small><br /></small>
           % endif