% flashed_errors(:project) %>
Name
<%= text_field 'project', 'name', :style =>'width:330px;' %>
Project Type
<%= select('project', 'template', @templates, { :include_blank => false }) %>
Description
<%= text_area 'project', 'description', :style =>'width:330px; height: 100px' %>