diff --git a/footprint/templates/footprint/aff_profil.html b/footprint/templates/footprint/aff_profil.html index 8c890553..38400d5f 100644 --- a/footprint/templates/footprint/aff_profil.html +++ b/footprint/templates/footprint/aff_profil.html @@ -42,7 +42,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% elif monthly_emissions is None %} {% trans "Unavailable" %} {% else %} - {{ monthly_emissions }} {% trans "kgCO₂e/month" %} + {{ monthly_emissions|floatformat:2 }} {% trans "kgCO₂e/month" %} {% endif %} {% trans "[Learn more]" %}