feat: add marketing email option on registration (#29397)

This commit is contained in:
Zainab Amir
2021-12-07 17:16:28 +05:00
committed by GitHub
parent 5f77890c58
commit acf5add774
8 changed files with 50 additions and 2 deletions

View File

@@ -2443,6 +2443,7 @@ REGISTRATION_EXTRA_FIELDS = {
'terms_of_service': 'hidden',
'city': 'hidden',
'country': 'hidden',
'marketing_emails_opt_in': 'hidden',
}
EDXAPP_PARSE_KEYS = {}