diff --git a/app/views/posts/partials/show/_edit.html.erb b/app/views/posts/partials/show/_edit.html.erb index 0e4827111..fff80ed45 100644 --- a/app/views/posts/partials/show/_edit.html.erb +++ b/app/views/posts/partials/show/_edit.html.erb @@ -6,6 +6,7 @@ <%= form_for(post, :html => {:class => "simple_form", :id => "form"}) do |f| %> <%= hidden_field_tag :tags, params[:tags] %> + <%= hidden_field_tag :pool_id, params[:pool_id] %> <%= f.hidden_field :old_tag_string, :value => post.tag_string %>