mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 09:36:24 +01:00
Fixed a bug with links not registering correctly when undocked. Also removed some typos. (#418)
This commit is contained in:
committed by
Mr McClain
parent
fa05003455
commit
dbc9b584d1
@@ -33,7 +33,7 @@
|
||||
<tr>
|
||||
<td class="text-center">{{ fat.fatlink.name }}</td>
|
||||
<td class="text-center">{{ fat.character.character_name }}</td>
|
||||
{% if fat.station != "None" %}
|
||||
{% if fat.station != "No Station" %}
|
||||
<td class="text-center">Docked in {{ fat.system }}</td>
|
||||
{% else %}
|
||||
<td class="text-center">{{ fat.system }}</td>
|
||||
|
||||
Reference in New Issue
Block a user