extension / learn

learn.extension.org version2; retired spring 2020
http://learn.extension.org
Other
3 stars 0 forks source link

Remove duplicated form tag #335

Closed benmacneill closed 8 years ago

benmacneill commented 8 years ago

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).