<%= error_messages_for 'project' %>


<%= text_field 'project', 'name' %>

<% if admin_loggedin? %>


<% end %>


<%= text_area 'project', 'description', :cols => 60, :rows => 3 %>


<%= text_field 'project', 'homepage', :size => 40 %>

<%= check_box 'project', 'is_public' %>

<% for custom_value in @custom_values %>

<%= custom_field_tag_with_label custom_value %>

<% end %>
<%=l(:label_custom_field_plural)%> <% for custom_field in @custom_fields %> checked="checked"<%end%> > <%= custom_field.name %> <% end %>