From 0d6a2c590936b47ab9ba66d6c4afc0a01fad8bd6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 23 Jul 2014 01:20:50 +0200 Subject: [PATCH] fix --- teleforma/locale/fr/LC_MESSAGES/django.po | 2 +- teleforma/management/commands/teleforma-exam-message-bug.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.39.5