summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/projects/settings/_modules.html.erb3
1 files changed, 2 insertions, 1 deletions
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| %>
<div class="box">
<fieldset>