Merge branch 'master' of https://scodoc.org/git/viennet/ScoDoc into situation_but

This commit is contained in:
Emmanuel Viennet 2022-07-07 22:30:05 +02:00
commit 206825c42c
1 changed files with 1 additions and 1 deletions

View File

@ -153,4 +153,4 @@ def liste_semestres_courant(dept_ident: str):
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])