From fc5ee402bf6e0671d0ff2f76a4faf944bf0f723a Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Mon, 24 Jun 2024 17:04:05 +0200 Subject: [PATCH] [mailman3] Fix the jinja variable Signed-off-by: Michal Konecny --- roles/mailman3/templates/settings.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mailman3/templates/settings.py.j2 b/roles/mailman3/templates/settings.py.j2 index 3d1c615d1a..1d819e645f 100644 --- a/roles/mailman3/templates/settings.py.j2 +++ b/roles/mailman3/templates/settings.py.j2 @@ -13,7 +13,7 @@ from mailman_web.settings.mailman import * # noqa: F403 SECRET_KEY = '{{ mailman_hyperkitty_cookie_key }}' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = { mailman_hyperkitty_debug } +DEBUG = {{ mailman_hyperkitty_debug }} ADMINS = ( ('HyperKitty Admin', 'abompard@fedoraproject.org'),