From 8c1ffb44884aa9c659eef77c8ff1d1cb59b602d3 Mon Sep 17 00:00:00 2001 From: Rogier Neeleman Date: Sun, 2 Jul 2017 18:07:07 +0200 Subject: [PATCH] #9 The time 99:99:99 has been replaced by a text. --- templates/overview.html | 4 ++++ 1 file changed, 4 insertions(+) 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 %}