Now sending the character model to the rendering instead of the character names so more info is available.

This commit is contained in:
Ydmir
2016-01-24 21:47:24 +01:00
parent 62efad2b66
commit 986816fdc7
3 changed files with 9 additions and 6 deletions

View File

@@ -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>