forked from ScoDoc/ScoDoc
Fix #655 (affichage ScoValueError)
This commit is contained in:
parent
bf738d1706
commit
feb799cc20
@ -210,7 +210,7 @@ def do_formsemestre_desinscription(etudid, formsemestre_id):
|
|||||||
|
|
||||||
if nt.etud_has_decision(etudid):
|
if nt.etud_has_decision(etudid):
|
||||||
raise ScoValueError(
|
raise ScoValueError(
|
||||||
"""désinscription impossible: l'étudiant {etud.nomprenom} a
|
f"""désinscription impossible: l'étudiant {etud.nomprenom} a
|
||||||
une décision de jury (la supprimer avant si nécessaire)"""
|
une décision de jury (la supprimer avant si nécessaire)"""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<h2>Erreur !</h2>
|
<h2>Erreur !</h2>
|
||||||
|
|
||||||
{{ exc }}
|
{{ exc | safe }}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{% if g.scodoc_dept %}
|
{% if g.scodoc_dept %}
|
||||||
|
Loading…
Reference in New Issue
Block a user