From b7dad2451e78aa48a6fe772d3879d07bf8b61e5e Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 28 Sep 2016 17:51:12 +0000 Subject: Mailman: oops, wrong env name --- roles/mailman/templates/settings.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mailman/templates/settings.py.j2 b/roles/mailman/templates/settings.py.j2 index f7043822e..2db72eb0e 100644 --- a/roles/mailman/templates/settings.py.j2 +++ b/roles/mailman/templates/settings.py.j2 @@ -348,7 +348,7 @@ LOGGING = { 'django.request': { 'handlers': [ 'file', - {% if env == 'prod' %} + {% if env == 'production' %} 'mail_admins', {% endif %} ], -- cgit