Correct translation issues.

Correct py3 str model methods.
This commit is contained in:
Adarnof
2017-04-07 00:23:25 -04:00
parent 96b04a269d
commit 87973951b8
7 changed files with 14 additions and 18 deletions

View File

@@ -36,7 +36,7 @@
<td class="text-center">{{ fat.fatlink.name }}</td>
<td class="text-center">{{ fat.character.character_name }}</td>
{% if fat.station != "No Station" %}
<td class="text-center">{% blocktrans %}Docked in {{ fat.system }}{% endblocktrans %}</td>
<td class="text-center">{% blocktrans %}Docked in {% endblocktrans %}{{ fat.system }}</td>
{% else %}
<td class="text-center">{{ fat.system }}</td>
{% endif %}