]> git.rm.cloudns.org Git - xonotic/xonstat.git/commitdiff
Add humorous "not found" message for the player_info template.
authorAnt Zucaro <azucaro@gmail.com>
Thu, 19 May 2011 21:00:28 +0000 (17:00 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Thu, 19 May 2011 21:00:28 +0000 (17:00 -0400)
xonstat/templates/player_info.mako

index 471741a42d7a35289548c72a4bee65b5a5070f08..62319684839ad657b3135bd1ad6c1af126474870 100755 (executable)
@@ -10,7 +10,8 @@ ${parent.title()}
 
 
 % if player is None:
-<h2>Sorry, that player wasn't found!</h2>
+<h2>This player is so good we couldn't find him!</h2>
+<p>Seriously though, he probably doesn't exist...just a figment of your imagination. Carry on then!</p>
 
 % else:
 <h2>${player.nick}</h2>