From c0573a7dc77f3fb0f5aa9157974baea81178c36f Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Tue, 2 Sep 2014 21:37:48 -0400 Subject: [PATCH] Prevent 500s when the player has no caps. --- xonstat/templates/player_captimes.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:
-- 2.39.2