From: Ant Zucaro Date: Wed, 11 Sep 2013 01:53:00 +0000 (-0400) Subject: No longer need old damage and accuracy templates. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=864ed19fb46d669620ebe2330676a7fb5416773c;p=xonotic%2Fxonstat.git No longer need old damage and accuracy templates. --- diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index a1c40ef..1e75362 100644 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -1,8 +1,5 @@ <%inherit file="base.mako"/> <%namespace name="nav" file="nav.mako" /> -<%namespace file="accuracy.mako" import="accuracy" /> -<%namespace file="accuracy_graph.mako" import="accuracy_graph" /> -<%namespace file="damage_graph.mako" import="damage_graph" /> <%block name="navigation"> ${nav.nav('players')}