🐛(backend) fix brevo-related setting name mismatch
Error introduced while rebasing. Fixed it.
This commit is contained in:
committed by
aleb_the_flash
parent
f14536dd93
commit
4cce2e0b72
@@ -460,7 +460,7 @@ class Base(Configuration):
|
||||
# Marketing and communication settings
|
||||
SIGNUP_NEW_USER_TO_MARKETING_EMAIL = values.BooleanValue(
|
||||
False,
|
||||
environ_name="SIGNUP_NEW_USERS_TO_NEWSLETTER",
|
||||
environ_name="SIGNUP_NEW_USER_TO_MARKETING_EMAIL",
|
||||
environ_prefix=None,
|
||||
help_text=(
|
||||
"When enabled, new users are automatically added to mailing list "
|
||||
|
||||
Reference in New Issue
Block a user