diff --git a/flaskr/templates/estimation.html b/flaskr/templates/estimation.html index 881dff1..ef3fe4d 100644 --- a/flaskr/templates/estimation.html +++ b/flaskr/templates/estimation.html @@ -32,9 +32,9 @@ {% endif %} – - {{ "%.d" | format((city.footprint/1000.0) | round() | int) }} tons CO2EQ + {{ "%.1f" | format((city.footprint/1000.0) | round(1)) }} tons CO2EQ – - {{ "%.d" | format(city.distance | round() | int) }} km + {{ "%d" | format(city.distance | round() | int) }} km {% endfor %} -- libgit2 0.21.2