X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=xonstat%2Ftemplates%2Fplayer_index.mako;h=03f52b940864b88e7d234c07c68406df949b681d;hp=d5f12e1228a8fe748ccbdb7db00f231277a2fc3c;hb=fe2c574fdbacd574cfcb99a319224c01df8e38d3;hpb=3dc76513a9e1f9547f83e9eace9174d92ba34122 diff --git a/xonstat/templates/player_index.mako b/xonstat/templates/player_index.mako index d5f12e1..03f52b9 100755 --- a/xonstat/templates/player_index.mako +++ b/xonstat/templates/player_index.mako @@ -18,7 +18,7 @@ Player Index - ${parent.title()} % for player in players: ${player.player_id} - ${player.nick_html_colors()} + ${player.nick_html_colors()} ${player.create_dt.strftime('%m/%d/%Y at %H:%M')} % endfor