]> git.parisson.com Git - teleforma.git/commitdiff
fix
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 22 Jul 2014 23:20:50 +0000 (01:20 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 22 Jul 2014 23:20:50 +0000 (01:20 +0200)
teleforma/locale/fr/LC_MESSAGES/django.po
teleforma/management/commands/teleforma-exam-message-bug.py

index 767069f2f8c0edf3e33ab01335de9a282353cd7d..ac007c650bac7d4c4352d1fa42550006a1da6bf9 100644 (file)
@@ -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
index 8e4e8069823f3475d0607b803354dd51b2ea062e..34cfae91f82816bdb0f7bf906e76ac6a3b8a0926 100644 (file)
@@ -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)