Merge branch 'none-is-not-an-alliance' into 'master'

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

See merge request allianceauth/allianceauth!1460
This commit is contained in:
Ariel Rin
2022-09-11 13:44:34 +00:00

View File

@@ -163,7 +163,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>