From b7dad2451e78aa48a6fe772d3879d07bf8b61e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 28 Sep 2016 17:51:12 +0000 Subject: [PATCH] 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 f7043822eb..2db72eb0e1 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 %} ],