forked from ScoDoc/ScoDoc
Fix typo page etud (provocant bug affichage page)
This commit is contained in:
parent
4d955bdf25
commit
b26692f3cd
@ -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 : {(float(ects_total) if ects_total else 0):g}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- mode: python -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
SCOVERSION = "9.7.12"
|
||||
SCOVERSION = "9.7.13"
|
||||
|
||||
SCONAME = "ScoDoc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user