]> git.parisson.com Git - teleforma.git/commitdiff
remove debug mail
authorYoan Le Clanche <yoan@ellington.pilotsystems.net>
Thu, 4 Oct 2018 08:43:26 +0000 (10:43 +0200)
committerYoan Le Clanche <yoan@ellington.pilotsystems.net>
Thu, 4 Oct 2018 08:43:26 +0000 (10:43 +0200)
teleforma/views/appointment.py

index 083080a9f844a1e0c3e40136aad6f5cd715b0d84..fc1715732eeeb544dfdc40610e36f535a1e036c0 100644 (file)
@@ -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'