From c4c7ec5c79ced4018a6a70f378e94416d17987d5 Mon Sep 17 00:00:00 2001 From: alazo Date: Wed, 21 Feb 2018 14:02:52 +0100 Subject: [PATCH] Updated subject of EDE convocation mail --- candidats/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candidats/views.py b/candidats/views.py index 9568ecc..cddf6ca 100644 --- a/candidats/views.py +++ b/candidats/views.py @@ -183,7 +183,7 @@ class ConvocationView(EmailConfirmationBaseView): 'id_candidate': candidate.pk, 'cci': self.request.user.email, 'to': candidate.email, - 'subject': "Procédure de qualification", + 'subject': "Procédure d'admission", 'message': loader.render_to_string('email/candidate_convocation_EDE.txt', msg_context), 'sender': self.request.user.email, })