Skip to content
Snippets Groups Projects
Commit 33e434f9 authored by Kahil Benhaddouche's avatar Kahil Benhaddouche
Browse files

Update file sco_formsemestre_inscriptions.py

parent 5a30d92c
No related branches found
No related tags found
No related merge requests found
...@@ -150,6 +150,7 @@ def do_formsemestre_demission( ...@@ -150,6 +150,7 @@ def do_formsemestre_demission(
formsemestre_id=formsemestre.id if formsemestre else None formsemestre_id=formsemestre.id if formsemestre else None
) )
destination = prefs["emails_notifications"] or "" destination = prefs["emails_notifications"] or ""
str_mail_send = ""
if (destination == ""): if (destination == ""):
str_mail_send = "aucune adresse mail disponible pour notifier les opérations dans le paramétrage" str_mail_send = "aucune adresse mail disponible pour notifier les opérations dans le paramétrage"
else : else :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment