From: Ant Zucaro Date: Wed, 3 Sep 2014 01:37:48 +0000 (-0400) Subject: Prevent 500s when the player has no caps. X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=c0573a7dc77f3fb0f5aa9157974baea81178c36f;p=xonotic%2Fxonstat.git Prevent 500s when the player has no caps. --- diff --git a/xonstat/templates/player_captimes.mako b/xonstat/templates/player_captimes.mako index 2564160..0ecdfca 100644 --- a/xonstat/templates/player_captimes.mako +++ b/xonstat/templates/player_captimes.mako @@ -12,7 +12,7 @@ Player captimes % if len(captimes) == 0:

Sorry, no caps yet. Get playing!

-

Back to player info page

+

Back to player info page

% else: