% flash[:notice] = 'Sorry, but I couldn\'t create your post! Check the form for details.' if @post.errors.length > 0 %>
<%= show_inline_errors_for(@post, 'title') %>
It needs to be 3-60 characters.
<%= f.text_field :title %>
<%= f.hidden_field :person_id, :value => [current_person.id] %><%= submit_tag 'Add your post' %>
<% end -%>