summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-26 21:52:19 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-26 21:52:19 +0200
commit49e80a350afc920bc69dc7fdff81f4190114e2f4 (patch)
tree72d755ee9515a9ec28acb810c2b3c995eb17b6a3 /templates
parentf2f0fc19f4171c44a7e6bd5b724c3f31a78e6283 (diff)
downloadminionlivesmatter-1.6.0.tar.gz
minionlivesmatter-1.6.0.zip
do not crash on empty values1.6.0
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<div class="content">
<div class="price">
<h6>every</h6>
- <h4>{{ data.infusions_secs | int }}<b class="currency"><br/>seconds</b></h4>
+ <h4>{{ data.infusions_secs }}<b class="currency"><br/>seconds</b></h4>
</div>
<p class="description">a hero gets high.</p>
</div>