Trying to call original_filename on the non-persisted image was causing issues. Instead, we should display the filename from the upload that has already been uploaded to S3 and add that as a hidden field so the image is properly submitted when the application does go through.
Trying to call original_filename on the non-persisted image was causing issues. Instead, we should display the filename from the upload that has already been uploaded to S3 and add that as a hidden field so the image is properly submitted when the application does go through.
This was introduced when we added shrine in #498