+<% end %>
diff --git a/app/views/projects/new.html.erb b/app/views/projects/new.html.erb
index 590b589e74..b3bd9377fc 100644
--- a/app/views/projects/new.html.erb
+++ b/app/views/projects/new.html.erb
@@ -29,7 +29,10 @@ See doc/COPYRIGHT.rdoc for more details.
<% html_title l("label_project_new") %>
<%= toolbar title: l(:label_project_new) %>
<%= labelled_tabular_form_for @project do |f| %>
- <%= render :partial => 'form', :locals => { :f => f, :project => @project, :renderTypes => true } %>
+ <%= render :partial => 'form', :locals => { :f => f,
+ :project => @project,
+ :renderTypes => true,
+ :show_all_fields => false } %>
<%= styled_button_tag l(:button_create), class: '-highlight -with-icon icon-yes' %>
<%= javascript_tag "Form.Element.focus('project_name');" %>
<% end %>