[mailman3] Fix jinja syntax issue
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
0adc5a0749
commit
29f574fdc5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from mailman_web.settings.mailman import * # noqa: F403
|
||||||
SECRET_KEY = '{{ mailman_hyperkitty_cookie_key }}'
|
SECRET_KEY = '{{ mailman_hyperkitty_cookie_key }}'
|
||||||
|
|
||||||
# SECURITY WARNING: don't run with debug turned on in production!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
{% if env = 'staging' %}
|
{% if env == 'staging' %}
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
{% else %}
|
{% else %}
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue