forked from ScoDoc/ScoDoc
Fix typo (affichage acronyme UE)
This commit is contained in:
parent
e2c0de56c3
commit
ccc0e58a50
@ -1108,7 +1108,7 @@ def _ue_table_ues(
|
||||
if ue.titre != ue.acronyme:
|
||||
acro_titre += " " + (ue.titre or "")
|
||||
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>
|
||||
<span class="ue_coef"></span>
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user