diff --git a/app/views/projects/settings/_modules.html.erb b/app/views/projects/settings/_modules.html.erb index d78f68dd3..437ea5e2e 100644 --- a/app/views/projects/settings/_modules.html.erb +++ b/app/views/projects/settings/_modules.html.erb @@ -1,6 +1,7 @@ <% form_for :project, @project, :url => { :action => 'modules', :id => @project }, - :html => {:id => 'modules-form'} do |f| %> + :html => {:id => 'modules-form', + :method => :post} do |f| %>