outposts: fix list showing questionmark when only one outpost is registered

This commit is contained in:
Jens Langhammer 2020-10-19 16:34:16 +02:00
parent 1c426c5136
commit 82d50f7eaa
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
</span> </span>
</td> </td>
{% with states=outpost.state %} {% with states=outpost.state %}
{% if states|length > 1 %} {% if states|length > 0 %}
<td role="cell"> <td role="cell">
{% for state in states %} {% for state in states %}
<div> <div>