Fix crash when ForeignKey is left empty on model save
Closes #866 (closed)
Previous behaviour
Steps to reproduce:
- Create a new event without value in the organiser field
- Get a RelatedObjectDoesNotExist error
New behaviour
Steps to validate that it works:
- Create a new event without value in the organiser field
- Get the form with the right error messages