diff --git a/users/templates/users/profile.html b/users/templates/users/profile.html index 956f460..5f931e6 100644 --- a/users/templates/users/profile.html +++ b/users/templates/users/profile.html @@ -42,7 +42,7 @@
  • Groupe(s) : {{user.groups.all|join:", "}}
  • Position au classement : {{user.profile.rank}} - Quantité d'alcool ingérée : {{user.profile.alcohol}} kg + Quantité d'alcool ingérée : {{user.profile.alcohol | floatformat:"-2"}} kg