mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 22:40:16 +02:00
Serving pilot avatar in fleetup character view from the right host
This commit is contained in:
parent
69248fd7bb
commit
08e42d2f56
@ -26,7 +26,7 @@
|
|||||||
{% for char_name, user_id in member_list %}
|
{% for char_name, user_id in member_list %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<img src="http://image.eveonline.com/Character/{{ user_id.char_id }}_32.jpg" class="img-circle">
|
<img src="https://imageserver.eveonline.com/Character/{{ user_id.char_id }}_32.jpg" class="img-circle">
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<p>{{ user_id.char_name }}</p>
|
<p>{{ user_id.char_name }}</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user