From 152930eff905c9e94540cda19da5715dba970434 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Thu, 27 Oct 2011 08:55:57 -0400 Subject: [PATCH] Remove curl url and pk3 name from map_info template. We do not have this information in the POST request anyway. --- xonstat/templates/map_info.mako | 2 -- 1 file changed, 2 deletions(-) diff --git a/xonstat/templates/map_info.mako b/xonstat/templates/map_info.mako index 1b4a8c1..d6a4965 100755 --- a/xonstat/templates/map_info.mako +++ b/xonstat/templates/map_info.mako @@ -16,6 +16,4 @@ ${parent.title()}

Map Detail

ID: ${gmap.map_id}
Name: ${gmap.name}
-PK3 Name: ${gmap.pk3_name}
-Curl URL: ${gmap.curl_url}
% endif -- 2.39.2