This commit is contained in:
Emmanuel Viennet 2024-06-14 07:16:04 +02:00
parent 96e445cb49
commit c94fea9f9e
2 changed files with 3 additions and 3 deletions

View File

@ -806,8 +806,8 @@ def formsemestre_recap_parcours_table(
H.append(
f"""<td class="sem_ects_tit"><a title="crédit acquis">ECTS:</a></td>
<td class="sem_ects">{
pv.get("sum_ects",0):2.2g} / {etud_ects_infos["ects_total"]:2.2g
}</td>
pv.get("sum_ects",0):2.2g} / {etud_ects_infos["ects_total"]:2.2g}
</td>
<td class="rcp_abs"></td>
"""
)

View File

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