mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
Use in-game logos on index by default
This commit is contained in:
parent
c26a69fe9d
commit
d36d991d27
@ -43,8 +43,16 @@
|
|||||||
<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-->
|
||||||
</p>
|
<!--<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>
|
||||||
</div>
|
</div>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<p style="text-align:center">
|
<p style="text-align:center">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user