Skip to content
Snippets Groups Projects
Commit 7bc5a5ff authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Fix #362

parent 1e7cc063
Branches
No related tags found
No related merge requests found
......@@ -693,6 +693,8 @@ sco_publish(
@scodoc7func
def doAddAnnotation(etudid, comment):
"ajoute annotation sur etudiant"
etud = Identite.query.get_or_404(etudid) # check existence
if comment:
cnx = ndb.GetDBConnexion()
sco_etud.etud_annotations_create(
cnx,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment