1
0
forked from ScoDoc/ScoDoc

Fix typo page etud (provocant bug affichage page)

This commit is contained in:
Emmanuel Viennet 2024-08-26 07:56:27 +02:00
parent 4d955bdf25
commit b26692f3cd
2 changed files with 2 additions and 2 deletions

View File

@ -514,7 +514,7 @@ def fiche_etud(etudid=None):
</a>
</div>
<div class="fiche_total_etcs">
Total ECTS BUT: {ects_total:g}
Total ECTS BUT&nbsp;: {(float(ects_total) if ects_total else 0):g}
</div>
</div>
</div>

View File

@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.7.12"
SCOVERSION = "9.7.13"
SCONAME = "ScoDoc"