forked from ScoDoc/ScoDoc
Merge branch 'master' of https://scodoc.org/git/viennet/ScoDoc into situation_but
This commit is contained in:
commit
206825c42c
@ -153,4 +153,4 @@ def liste_semestres_courant(dept_ident: str):
|
|||||||
FormSemestre.date_fin >= app.db.func.now(),
|
FormSemestre.date_fin >= app.db.func.now(),
|
||||||
)
|
)
|
||||||
|
|
||||||
return jsonify([d.to_dict() for d in formsemestres])
|
return jsonify([d.to_dict(convert_parcours=True) for d in formsemestres])
|
||||||
|
Loading…
Reference in New Issue
Block a user