Fix typo (affichage acronyme UE)

This commit is contained in:
Emmanuel Viennet 2024-10-24 12:17:54 +02:00
parent e2c0de56c3
commit ccc0e58a50

View File

@ -1108,7 +1108,7 @@ def _ue_table_ues(
if ue.titre != ue.acronyme: if ue.titre != ue.acronyme:
acro_titre += " " + (ue.titre or "") acro_titre += " " + (ue.titre or "")
H.append( H.append(
f"""acro_titre <span class="ue_code">(code {ue.ue_code}{ects_str}, coef. { f"""{acro_titre} <span class="ue_code">(code {ue.ue_code}{ects_str}, coef. {
(ue.coefficient or 0):3.2f}{code_apogee_str})</span> (ue.coefficient or 0):3.2f}{code_apogee_str})</span>
<span class="ue_coef"></span> <span class="ue_coef"></span>
""" """