Allow to control which of the optional fields from the registration page
are being displayed to the user. Added the configuration variable
`REGISTRATION_OPTIONAL_FIELDS` to control which ones. The default value
shows all the fields as currently; to not display some of the fields,
set the configuration variable with only the fields you want to display:
```
REGISTRATION_OPTIONAL_FIELDS = [
'level_of_education',
'gender',
'year_of_birth',
'mailing_address',
'goals'
]
```
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| cms | Loading commit data... | |
| devgroups | Loading commit data... | |
| __init__.py | Loading commit data... | |
| acceptance.py | Loading commit data... | |
| aws.py | Loading commit data... | |
| aws_migrate.py | Loading commit data... | |
| common.py | Loading commit data... | |
| content.py | Loading commit data... | |
| dev.py | Loading commit data... | |
| dev_ike.py | Loading commit data... | |
| dev_int.py | Loading commit data... | |
| dev_mongo.py | Loading commit data... | |
| dev_with_worker.py | Loading commit data... | |
| devplus.py | Loading commit data... | |
| discussionsettings.py | Loading commit data... | |
| edx4edx_aws.py | Loading commit data... | |
| load_test.py | Loading commit data... | |
| sauce.py | Loading commit data... | |
| static.py | Loading commit data... | |
| test.py | Loading commit data... |