diff --git a/templates/overview.html b/templates/overview.html index 51ce550..8207e68 100644 --- a/templates/overview.html +++ b/templates/overview.html @@ -30,7 +30,11 @@ {% endfor %} + {% if entry.duration == '99:99:99' %} + No time yet + {% else %} {{ entry.duration }} + {% endif %} {% endfor %}