From 864ed19fb46d669620ebe2330676a7fb5416773c Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Tue, 10 Sep 2013 21:53:00 -0400 Subject: [PATCH] No longer need old damage and accuracy templates. --- xonstat/templates/player_info.mako | 3 --- 1 file changed, 3 deletions(-) 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')} -- 2.39.2