Files
edx-platform/lms/templates
Xavier Antoviaque 08dffa12cc registration-optional: Allow to hide some optional registration fields
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'
]
```
2013-11-05 11:50:29 +01:00
..
2013-07-31 19:39:15 -04:00
2013-10-30 09:26:32 -04:00
2013-07-31 19:39:15 -04:00
2013-07-31 19:39:15 -04:00
2013-08-05 18:45:54 -04:00
2013-09-25 00:27:36 -04:00
2013-10-25 17:40:08 -04:00
2013-07-31 19:39:15 -04:00
2013-08-01 14:13:41 -04:00
2013-08-02 09:51:41 -04:00
2013-07-31 19:39:15 -04:00
2013-07-31 19:39:15 -04:00
2013-07-31 19:39:15 -04:00
2013-05-03 08:55:40 -04:00
2013-07-31 19:39:15 -04:00
2013-07-31 19:39:15 -04:00
2013-10-08 11:39:22 -04:00
2013-07-31 19:39:15 -04:00
2013-10-14 14:24:35 +03:00
2013-08-01 14:13:41 -04:00
2013-02-15 18:48:39 +02:00
2013-05-03 08:55:40 -04:00
2013-07-31 19:39:15 -04:00
2013-07-31 19:39:15 -04:00
2013-07-31 19:39:15 -04:00
2013-07-31 19:39:15 -04:00