diff --git a/core/templates/core/timer_detail.html b/core/templates/core/timer_detail.html index 5f2eccc9..bf64e559 100644 --- a/core/templates/core/timer_detail.html +++ b/core/templates/core/timer_detail.html @@ -5,7 +5,7 @@ {% block title %}{{ object }}{% endblock %} {% block content %} -
+

{{ object.current_duration|hours }}h {{ object.current_duration|minutes }}m @@ -13,7 +13,7 @@

Started {{ object.start }} - {% if not timer.active %} + {% if not object.active %} / Stopped {{ object.end }} {% endif %}