From fbcb4d6a139f60b32e20602dc0af39ee0e4a57d1 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Thu, 4 Oct 2018 10:43:26 +0200 Subject: [PATCH] remove debug mail --- teleforma/views/appointment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.5