diff --git a/templates/sn.html b/templates/sn.html index 340d3c1..afc08dd 100644 --- a/templates/sn.html +++ b/templates/sn.html @@ -60,7 +60,7 @@ {%if 'total_reserved' in sn and sn.total_reserved != sn.total_contributed%} - {{sn.total_reserved - sn.total_contributed | oxen}} + {{(sn.total_reserved - sn.total_contributed) | oxen}} {%endif%}