3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-11-22 03:13:12 +00:00

Fix affichage alcool ingéré

Arrondi à 2 décimale (ou moins si pas besoin) la quantité d'alcool
ingérée sur le profil. Close #8.
This commit is contained in:
Yoann Pétri 2018-12-16 09:12:57 +01:00
parent f98d524576
commit 02677cdf1a

View file

@ -42,7 +42,7 @@
<li><b>Groupe(s) : </b>{{user.groups.all|join:", "}}</li>
<li>
<b>Position au classement : </b>{{user.profile.rank}}<span class="tabulation">
<b>Quantité d'alcool ingérée : </b>{{user.profile.alcohol}} kg</span>
<b>Quantité d'alcool ingérée : </b>{{user.profile.alcohol | floatformat:"-2"}} kg</span>
</li>
</ul>
</div>