forked from ScoDoc/ScoDoc
Typo in module_edit
This commit is contained in:
parent
ff67d8535f
commit
7015789358
@ -215,7 +215,7 @@ def module_edit(
|
|||||||
]
|
]
|
||||||
mat_names = [f"S{mat.ue.semestre_idx} / {mat.ue.acronyme}" for mat in matieres]
|
mat_names = [f"S{mat.ue.semestre_idx} / {mat.ue.acronyme}" for mat in matieres]
|
||||||
else:
|
else:
|
||||||
mat_names = ["{mat.ue.acronyme} / {mat.titre or ''}" for mat in matieres]
|
mat_names = [f"{mat.ue.acronyme} / {mat.titre or ''}" for mat in matieres]
|
||||||
|
|
||||||
if module: # edition
|
if module: # edition
|
||||||
ue_mat_ids = [f"{mat.ue.id}!{mat.id}" for mat in matieres]
|
ue_mat_ids = [f"{mat.ue.id}!{mat.id}" for mat in matieres]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user