forked from ScoDoc/ScoDoc
get_etud_dept: 404 si dept inexistant
This commit is contained in:
parent
c8d961637d
commit
f85deecb64
@ -191,7 +191,7 @@ def get_etud_dept():
|
||||
# le choix a peu d'importance...
|
||||
last_etud = etuds[-1]
|
||||
|
||||
return Departement.query.get(last_etud.dept_id).acronym
|
||||
return Departement.query.get_or_404(last_etud.dept_id).acronym
|
||||
|
||||
|
||||
# Bricolage pour le portail IUTV avec ScoDoc 7: (DEPRECATED: NE PAS UTILISER !)
|
||||
|
Loading…
Reference in New Issue
Block a user