This fixes a bug where cover images failed to upload during the creation of new events.
On the /events/new view, a valid multipart form is rendered in a partial, but the partial was wrapped in a non-multipart form tag which was overriding the correctly constructed form in the DOM, resulting in an image upload failure (a NULL value).
This fixes a bug where cover images failed to upload during the creation of new events.
On the /events/new view, a valid multipart form is rendered in a partial, but the partial was wrapped in a non-multipart form tag which was overriding the correctly constructed form in the DOM, resulting in an image upload failure (a NULL value).