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:
parent
f98d524576
commit
02677cdf1a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue