[CHANGE] None is not an alliance name, so don't show None

This commit is contained in:
Peter Pfeufer 2022-09-08 00:19:41 +02:00
parent 8d255fb720
commit 663388a0c2
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -159,7 +159,7 @@
</td>
<td class="text-center">{{ char.character_name }}</td>
<td class="text-center">{{ char.corporation_name }}</td>
<td class="text-center">{{ char.alliance_name }}</td>
<td class="text-center">{{ char.alliance_name|default:"" }}</td>
</tr>
{% endfor %}
</tbody>