web/app/views/imports/show_file_import.html.erb
changeset 106 eac4098d544d
parent 95 5336c148406a
child 249 d6e4f3690b6a
--- a/web/app/views/imports/show_file_import.html.erb	Mon Jun 24 22:59:28 2013 +0200
+++ b/web/app/views/imports/show_file_import.html.erb	Tue Jun 25 22:11:10 2013 +0200
@@ -6,8 +6,6 @@
   html: { multipart: true, class: "form-horizontal" } do |f| %>  
 
   <%= f.fieldset_item "Upload file with data" do %>
-    <%= f.date_field_item :performed_at %>
-    <%= f.select_field_item :language_implementation_id, language_impls_options %>
     <%= f.file_field_item :file %>
     <%= f.submit_item "Import" %>
   <% end %>