TransparentHealth / smh_app

Share My Health App: An application for Community Members and Community Based Organizations
Apache License 2.0
2 stars 3 forks source link

[Create Member] Make sure only first name, last name, gender, date of birth, and username are required. #66

Closed sharrisoncaktus closed 5 years ago

sharrisoncaktus commented 5 years ago

At present, there are several other fields that are being required:

if these fields are changed to required=False, they are allowed client-side to be empty, but the server-side validator still returns errors (which are not really formatted correctly, btw)