]> git.parisson.com Git - teleforma.git/commitdiff
fix unicode
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 4 Feb 2016 16:55:57 +0000 (17:55 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 4 Feb 2016 16:55:57 +0000 (17:55 +0100)
teleforma/management/commands/teleforma-send-subscription-email.py

index d122199a8e8b4e79a942bfbe467e8722ff559073..403eceefddee18b0f48bef4b65fd728f23fb98ac 100644 (file)
@@ -36,7 +36,7 @@ class Command(BaseCommand):
         if student.platform_only:
             mode = 'E-learning'
         else:
-            mode = 'Présentielle'
+            mode = 'Presentielle'
         ctx_dict = {'site': site, 'organization': settings.TELEMETA_ORGANIZATION, 'student': student, 'mode': mode}
         subject_template = 'teleforma/messages/email_inscr_sujet.txt'
         message_template = 'teleforma/messages/email_inscription.txt'