From: Ant Zucaro Date: Thu, 28 Mar 2013 19:18:44 +0000 (-0400) Subject: Set the highlighted nav properly for gamefinder. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2ee75345cdd345528b40da1c72bae7051d6bd9c3;p=xonotic%2Fxonstat.git Set the highlighted nav properly for gamefinder. --- diff --git a/xonstat/templates/game_finder.mako b/xonstat/templates/game_finder.mako index 71cc560..cff4876 100644 --- a/xonstat/templates/game_finder.mako +++ b/xonstat/templates/game_finder.mako @@ -1,6 +1,11 @@ <%inherit file="base.mako"/> +<%namespace name="nav" file="nav.mako" /> <%namespace file="navlinks.mako" import="navlinks" /> +<%block name="navigation"> +${nav.nav('games')} + + <%block name="css"> ${parent.css()} @@ -10,7 +15,7 @@

Recent Games

- +