diff --git a/app/scodoc/sco_abs_notification.py b/app/scodoc/sco_abs_notification.py index 54a645e38..0a63fc560 100644 --- a/app/scodoc/sco_abs_notification.py +++ b/app/scodoc/sco_abs_notification.py @@ -31,6 +31,7 @@ Il suffit d'appeler abs_notify() après chaque ajout d'absence. """ + import datetime from typing import Optional @@ -281,6 +282,9 @@ def abs_notification_message( "scolar.fiche_etud", scodoc_dept=g.scodoc_dept, etudid=etudid, _external=True ) + # Formsemestre concerné (ex: "BUT Informatique semestre 2") + values["semestre"] = formsemestre.titre_num() + template = prefs["abs_notification_mail_tmpl"] txt = "" if template: