From: Yoan Le Clanche Date: Thu, 4 Oct 2018 08:43:26 +0000 (+0200) Subject: remove debug mail X-Git-Tag: 1.4.0~31^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fbcb4d6a139f60b32e20602dc0af39ee0e4a57d1;p=teleforma.git remove debug mail --- diff --git a/teleforma/views/appointment.py b/teleforma/views/appointment.py index 083080a9..fc171573 100644 --- a/teleforma/views/appointment.py +++ b/teleforma/views/appointment.py @@ -124,7 +124,7 @@ class Appointments(View): 'student': ap.student, 'main_text': ap.appointment_period.appointment_mail_text } # DEBUG - data['mto'] = "yoanl@pilotsystems.net" + # data['mto'] = "yoanl@pilotsystems.net" # data['mto'] = "dorothee.lavalle@pre-barreau.com" subject_template = 'teleforma/messages/email_appointment_sujet.txt'