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

Fix typo

parent 96e445cb
No related branches found
No related tags found
No related merge requests found
...@@ -806,8 +806,8 @@ def formsemestre_recap_parcours_table( ...@@ -806,8 +806,8 @@ def formsemestre_recap_parcours_table(
H.append( H.append(
f"""<td class="sem_ects_tit"><a title="crédit acquis">ECTS:</a></td> f"""<td class="sem_ects_tit"><a title="crédit acquis">ECTS:</a></td>
<td class="sem_ects">{ <td class="sem_ects">{
pv.get("sum_ects",0):2.2g} / {etud_ects_infos["ects_total"]:2.2g pv.get("sum_ects",0):2.2g} / {etud_ects_infos["ects_total"]:2.2g}
}</td> </td>
<td class="rcp_abs"></td> <td class="rcp_abs"></td>
""" """
) )
......
# -*- mode: python -*- # -*- mode: python -*-
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
SCOVERSION = "9.6.974" SCOVERSION = "9.6.975"
SCONAME = "ScoDoc" SCONAME = "ScoDoc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment