diff --git a/templates/overview.html b/templates/overview.html index a33bec2..eadcaf1 100644 --- a/templates/overview.html +++ b/templates/overview.html @@ -46,7 +46,11 @@ {% endif %} + {% if tagcount[entry.id] == tagcount['total'] %} + Finished! + {% else %} {{ timeremaining[entry.id] }} + {% endif %} {% endfor %}