Unable to add more than one member to a project in the Django admin
How is it now?
When I add multiple members to a Project model in the Django admin I get a 500 error
How should it be?
The additional member should be added to the Project
Steps to reproduce
- Visit (for example) https://api.test-paris.happy-dev.fr/admin/djangoldp_project/project/1/change/
- Add a second member to the Project and press save