]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Remove curl url and pk3 name from map_info template. We do not have this information...
authorAnt Zucaro <azucaro@gmail.com>
Thu, 27 Oct 2011 12:55:57 +0000 (08:55 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Thu, 27 Oct 2011 12:55:57 +0000 (08:55 -0400)
xonstat/templates/map_info.mako

index 1b4a8c18ac76373b826e88f5e94381cde3b30b0b..d6a49651e2aa24f3091b98ffac7668e08a762e89 100755 (executable)
@@ -16,6 +16,4 @@ ${parent.title()}
 <h2>Map Detail</h2>
 ID: ${gmap.map_id} <br />
 Name: ${gmap.name} <br />
-PK3 Name: ${gmap.pk3_name} <br />
-Curl URL: ${gmap.curl_url} <br />
 % endif