From: Guillaume Pellerin Date: Tue, 22 Jul 2014 23:20:50 +0000 (+0200) Subject: fix X-Git-Tag: 1.1~352 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0d6a2c590936b47ab9ba66d6c4afc0a01fad8bd6;p=teleforma.git fix --- diff --git a/teleforma/locale/fr/LC_MESSAGES/django.po b/teleforma/locale/fr/LC_MESSAGES/django.po index 767069f2..ac007c65 100644 --- a/teleforma/locale/fr/LC_MESSAGES/django.po +++ b/teleforma/locale/fr/LC_MESSAGES/django.po @@ -413,7 +413,7 @@ msgid "" "Note: This message is issued by an automated system.\n" "Do not reply, this would not be taken into account." msgstr "" -"NB: Ce message est émis par un automate. Ne faitespas de réponse, elle ne " +"NB: Ce message est émis par un automate. Ne faites pas de réponse, elle ne " "serait pas prise en compte." #: models/ae.py:46 models/core.py:205 models/crfpa.py:108 models/crfpa.py:149 diff --git a/teleforma/management/commands/teleforma-exam-message-bug.py b/teleforma/management/commands/teleforma-exam-message-bug.py index 8e4e8069..34cfae91 100644 --- a/teleforma/management/commands/teleforma-exam-message-bug.py +++ b/teleforma/management/commands/teleforma-exam-message-bug.py @@ -31,6 +31,6 @@ class Command(BaseCommand): print text mess = Message(sender=sender, recipient=script.author, subject=subject[:119], body=text) mess.moderation_status = 'a' - #mess.save() - #notify_user(mess, 'acceptance', site) + mess.save() + notify_user(mess, 'acceptance', site)