diff options
author | Michael Scherer <misc@mageia.org> | 2011-04-01 12:07:20 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-04-01 12:07:20 +0000 |
commit | da14180248ec2ce2f17f1f69e176e30f6651eaed (patch) | |
tree | 232cdbcc562f28d92e8582a133b2bb056d063670 /modules | |
parent | 027555fb663b3ea375fe8173aa3bfd0fdb9f30ec (diff) | |
download | puppet-da14180248ec2ce2f17f1f69e176e30f6651eaed.tar puppet-da14180248ec2ce2f17f1f69e176e30f6651eaed.tar.gz puppet-da14180248ec2ce2f17f1f69e176e30f6651eaed.tar.bz2 puppet-da14180248ec2ce2f17f1f69e176e30f6651eaed.tar.xz puppet-da14180248ec2ce2f17f1f69e176e30f6651eaed.zip |
enable notification on transifex, as asked by people on i18n
Diffstat (limited to 'modules')
-rw-r--r-- | modules/transifex/templates/40-apps.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/transifex/templates/40-apps.conf b/modules/transifex/templates/40-apps.conf index ce4c76c4..fe1d0492 100644 --- a/modules/transifex/templates/40-apps.conf +++ b/modules/transifex/templates/40-apps.conf @@ -6,7 +6,7 @@ ACTIONLOG_ENABLED = True # TODO: Make notifications not crash the app if email sending doesn't work. # To enable notices you also need to enable the context processor and # application below. -ENABLE_NOTICES = False +ENABLE_NOTICES = True # If True it requires a `./manage.py emit_notices` from the command line to # send the notifications/emails. |