diff --git a/themes/olive/views/messages/_file_select.html.erb b/themes/olive/views/messages/_file_select.html.erb index 0405f62..1f67932 100755 --- a/themes/olive/views/messages/_file_select.html.erb +++ b/themes/olive/views/messages/_file_select.html.erb @@ -1,5 +1,5 @@
-<%= form_tag(contact_import_path, :multipart => true) %> +<%= form_tag(upload_path, :multipart => true) %> :  <%= file_field 'upload', 'datafile' %> <%= raw single_action('send_file','compose','up.png') %>