From: Ant Zucaro Date: Thu, 27 Oct 2011 12:55:57 +0000 (-0400) Subject: Remove curl url and pk3 name from map_info template. We do not have this information... X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=152930eff905c9e94540cda19da5715dba970434;p=xonotic%2Fxonstat.git Remove curl url and pk3 name from map_info template. We do not have this information in the POST request anyway. --- 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