From 2aab05ccdd10c08cd3eb860069949a233aa36948 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 14 May 2011 19:02:49 -0400 Subject: [PATCH] Reword some aspects of the player info template. --- xonstat/templates/player_info.mako | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index aae1b66..6cf02f7 100755 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -13,9 +13,8 @@ ${parent.title()}

Sorry, that player wasn't found!

% else: -

Player Detail

+

${player.nick}

- Nickname: ${player.nick}
Joined: ${player.create_dt.strftime('%m/%d/%Y at %I:%M %p')}

% endif @@ -24,7 +23,8 @@ ${parent.title()}

Recent Games

+More games played by ${player.nick}... % endif -- 2.39.2