Use in-game logos on index by default

This commit is contained in:
Adarnof 2016-02-07 18:04:01 +00:00
parent c26a69fe9d
commit d36d991d27

View File

@ -43,7 +43,15 @@
<body> <body>
<div id="logo"> <div id="logo">
<p style="text-align:center"> <p style="text-align:center">
<img src="{% static 'img/index_images/logo.png' %}" border="0"> <!--Uncomment the below line to use a custom logo-->
<!--<img src={% static 'img/index_images/logo.png' %}" border="0">-->
<!--Comment the below block to use a custom logo-->
{% if IS_CORP %}
<img src="https://image.eveonline.com/Corporation/{{ CORP_ID }}_256.png" border="0">
{% else %}
<img src="https://image.eveonline.com/Alliance/{{ ALLIANCE_ID }}_128.png" border="0">
{% endif %}
<!--Stop commenting here-->
</p> </p>
</div> </div>
<div id="content"> <div id="content">