forked from ScoDoc/ScoDoc
Fix typo
This commit is contained in:
parent
96e445cb49
commit
c94fea9f9e
@ -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>
|
||||
"""
|
||||
)
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- mode: python -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
SCOVERSION = "9.6.974"
|
||||
SCOVERSION = "9.6.975"
|
||||
|
||||
SCONAME = "ScoDoc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user