diff --git a/app/views/notes.py b/app/views/notes.py index cea164676..0da9f18e2 100644 --- a/app/views/notes.py +++ b/app/views/notes.py @@ -1578,7 +1578,10 @@ def evaluation_listenotes(REQUEST=None): else: H, F = "", "" B = sco_liste_notes.do_evaluation_listenotes(REQUEST) - return H + B + F + if H: + return H + B + F + else: + return B sco_publish(