diff --git a/footprint/templates/footprint/aff_profil.html b/footprint/templates/footprint/aff_profil.html index e2126395..8c890553 100644 --- a/footprint/templates/footprint/aff_profil.html +++ b/footprint/templates/footprint/aff_profil.html @@ -76,7 +76,6 @@ with this program; if not, write to the Free Software Foundation, Inc., success: function(data) { if (data["error"] != null) { td.innerHTML = "" + data["error"] + ""; - td.style.color = "red"; } else if (data["data"] != null) { td.innerHTML = data["data"] + " {% trans 'GiB/month' %}"; } else {