From 49e80a350afc920bc69dc7fdff81f4190114e2f4 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 26 Mar 2017 21:52:19 +0200 Subject: do not crash on empty values --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 93a5e1c..195cdf6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -248,7 +248,7 @@
every
-

{{ data.infusions_secs | int }}
seconds

+

{{ data.infusions_secs }}
seconds

a hero gets high.

-- cgit v1.3.1