tests: disable javascript in template rendering

This commit is contained in:
Éloi Rivard 2023-08-16 17:33:59 +02:00
parent 39a5eafd71
commit 6ede3b75cb
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -62,6 +62,7 @@ def configuration(smtpd):
smtpd.config.use_starttls = True
conf = {
"SECRET_KEY": gen_salt(24),
"JAVASCRIP": False,
"LOGO": "/static/img/canaille-head.png",
"TIMEZONE": "UTC",
"ACL": {