mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 00:56:19 +01:00
Now sending the character model to the rendering instead of the character names so more info is available.
This commit is contained in:
@@ -79,8 +79,8 @@
|
||||
<p class="">{{ player.maincorp }}</p>
|
||||
</td>
|
||||
<td class="text-center">
|
||||
{% for charname in player.altlist %}
|
||||
<p class="">{{ charname }}</p>
|
||||
{% for char in player.altlist %}
|
||||
<p class="">{{ char.character_name }}</p>
|
||||
{% endfor %}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user