diff --git a/app/views/projects/_form.html.erb b/app/views/projects/_form.html.erb
index 1e3f4b620..4df254fd0 100644
--- a/app/views/projects/_form.html.erb
+++ b/app/views/projects/_form.html.erb
@@ -12,14 +12,6 @@
<%= f.text_area :description, :rows => 8, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:0px;" %>
-
- <%#= f.text_field :enterprise_name, :size => 60, :style => "width:490px;" %>
-
- <%= select_tag :organization_id,options_for_select(project_organizations_id_option,@project.organization_id),{} %>
-
<%= f.text_field :identifier, :required => true, :size => 60, :style => "width:488px;", :disabled => @project.identifier_frozen?, :maxlength => Project::IDENTIFIER_MAX_LENGTH,
value:"#{User.current.id.to_s + '_' +Time.now.to_s.gsub(' ','_').gsub(':','').gsub('+','')}" %>
diff --git a/app/views/projects/settings/_new_edit.html.erb b/app/views/projects/settings/_new_edit.html.erb
index a8998ece5..8de9b8229 100644
--- a/app/views/projects/settings/_new_edit.html.erb
+++ b/app/views/projects/settings/_new_edit.html.erb
@@ -19,11 +19,6 @@
-
-
- <%= select_tag :organization_id,options_for_select(project_organizations_id_option,@project.organization_id),{} %>
-
-
>