A corporation manager and dashboard for EVE Online
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

6 行
130 B

  1. % if request.url_rule.endpoint == "map.map":
  2. <strong>Map</strong>
  3. % else:
  4. <a href="${url_for('map.map')}">Map</a>
  5. % endif