Fixed a bug with links not registering correctly when undocked. Also removed some typos. (#418)

This commit is contained in:
Joakim Strandberg
2016-05-01 11:39:07 +02:00
committed by Mr McClain
parent fa05003455
commit dbc9b584d1
5 changed files with 9 additions and 6 deletions

View File

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