]> git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/player_hashkey_info_text.mako
Enable JSON for the games view as well.
[xonotic/xonstat.git] / xonstat / templates / player_hashkey_info_text.mako
index cea9643603d09d580fd6647d3d0c1bbd7f54e6a1..7bbd0ee129b197b9b720b03e2d256a6018ad023b 100644 (file)
@@ -5,7 +5,8 @@ S ${request.route_url('player_info', id=player.player_id)}
 P ${hashkey}
 n ${player.nick}
 i ${player.player_id}
-e joined ${player_joined}
+e joined_dt ${player_joined_dt}
+e last_seen_dt ${most_recent_game.start_dt}
 % if player.active_ind == True:
 e active-ind 1
 % else: