aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex/templates
diff options
context:
space:
mode:
Diffstat (limited to 'modules/transifex/templates')
-rw-r--r--modules/transifex/templates/40-apps.conf2
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.