]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/templates/map_info.mako
Remove curl url and pk3 name from map_info template. We do not have this information...
[xonotic/xonstat.git] / xonstat / templates / map_info.mako
1 <%inherit file="base.mako"/>
2
3 <%block name="title">
4 % if gmap:
5 Map Information for ${gmap.name} - 
6 % endif
7
8 ${parent.title()}
9 </%block>
10
11
12 % if gmap is None:
13 <h2>Sorry, that map wasn't found!</h2>
14
15 % else:
16 <h2>Map Detail</h2>
17 ID: ${gmap.map_id} <br />
18 Name: ${gmap.name} <br />
19 % endif