From 05266d4b76ada63fd5bfb7ef970a1926b6f59efa Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Fri, 31 Jan 2020 09:01:20 -0800 Subject: [PATCH] Mute child name on timer detail --- core/templates/core/timer_detail.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/templates/core/timer_detail.html b/core/templates/core/timer_detail.html index f8c44ef9..2160dbb8 100644 --- a/core/templates/core/timer_detail.html +++ b/core/templates/core/timer_detail.html @@ -11,16 +11,16 @@ {% block content %}
-
+

{{ object.duration|hours }}h {{ object.duration|minutes }}m {{ object.duration|seconds }}s -

+ {% if timer.child %} -
+

{{ timer.child }} -

+ {% endif %}