From f63129ee4748e548eb123648549ccd18d626a6d1 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Thu, 19 May 2011 17:00:28 -0400 Subject: [PATCH] Add humorous "not found" message for the player_info template. --- xonstat/templates/player_info.mako | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index 471741a..6231968 100755 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -10,7 +10,8 @@ ${parent.title()} % if player is None: -

Sorry, that player wasn't found!

+

This player is so good we couldn't find him!

+

Seriously though, he probably doesn't exist...just a figment of your imagination. Carry on then!

% else:

${player.nick}

-- 2.39.2