Skip to content
Snippets Groups Projects
Commit b26692f3 authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Fix typo page etud (provocant bug affichage page)

parent 4d955bdf
No related branches found
No related tags found
No related merge requests found
...@@ -514,7 +514,7 @@ def fiche_etud(etudid=None): ...@@ -514,7 +514,7 @@ def fiche_etud(etudid=None):
</a> </a>
</div> </div>
<div class="fiche_total_etcs"> <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> </div>
</div> </div>
......
# -*- mode: python -*- # -*- mode: python -*-
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
SCOVERSION = "9.7.12" SCOVERSION = "9.7.13"
SCONAME = "ScoDoc" SCONAME = "ScoDoc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment