From: Ant Zucaro Date: Thu, 19 May 2011 20:56:43 +0000 (-0400) Subject: Fix route url call (was calling generic game route, when instead we wanted games... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=38bbb8a85bdcdc9fbe7101166bdebb1e85855ff8;p=xonotic%2Fxonstat.git Fix route url call (was calling generic game route, when instead we wanted games for that server only! --- diff --git a/xonstat/templates/server_game_index.mako b/xonstat/templates/server_game_index.mako index fdf58b6..62e62b4 100644 --- a/xonstat/templates/server_game_index.mako +++ b/xonstat/templates/server_game_index.mako @@ -17,8 +17,8 @@ Server Game Index for ${server.name} - ${parent.title()} % endif % if games.previous_page: -Previous +Previous % endif % if games.next_page: -Next +Next % endif