forked from ScoDoc/ScoDoc
Fix: missing line in formsemestre_programme
This commit is contained in:
parent
4b0a92a834
commit
36f78d36cb
@ -235,6 +235,7 @@ def formsemestre_programme(formsemestre_id: int):
|
|||||||
ModuleType.RESSOURCE: [],
|
ModuleType.RESSOURCE: [],
|
||||||
ModuleType.SAE: [],
|
ModuleType.SAE: [],
|
||||||
ModuleType.STANDARD: [],
|
ModuleType.STANDARD: [],
|
||||||
|
ModuleType.MALUS: [],
|
||||||
}
|
}
|
||||||
for modimpl in formsemestre.modimpls_sorted:
|
for modimpl in formsemestre.modimpls_sorted:
|
||||||
d = modimpl.to_dict(convert_objects=True)
|
d = modimpl.to_dict(convert_objects=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user