Browse Source

#7 Finished message on overview for finished players.

pull/14/head
Rogier Neeleman 7 years ago
parent
commit
fc22ddd98b
  1. 4
      templates/overview.html

4
templates/overview.html

@ -46,7 +46,11 @@ @@ -46,7 +46,11 @@
{% endif %}
</td>
<td>
{% if tagcount[entry.id] == tagcount['total'] %}
Finished!
{% else %}
{{ timeremaining[entry.id] }}
{% endif %}
</td>
</tr>
{% endfor %}

Loading…
Cancel
Save