Browse Source

#9 The time 99:99:99 has been replaced by a text.

pull/14/head
Rogier Neeleman 7 years ago
parent
commit
8c1ffb4488
  1. 4
      templates/overview.html

4
templates/overview.html

@ -30,7 +30,11 @@ @@ -30,7 +30,11 @@
</td>
{% endfor %}
<td>
{% if entry.duration == '99:99:99' %}
No time yet
{% else %}
{{ entry.duration }}
{% endif %}
</td>
</tr>
{% endfor %}

Loading…
Cancel
Save