X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/501d13e1c0936cc3ba3d9639620517bae34e5784..f3b6e0faa1cbf92b46555bea2fca62ca1895e703:/app/views/trace/edit.html.erb
diff --git a/app/views/trace/edit.html.erb b/app/views/trace/edit.html.erb
index da273b0eb..b2254afdd 100644
--- a/app/views/trace/edit.html.erb
+++ b/app/views/trace/edit.html.erb
@@ -4,13 +4,13 @@
-<%= form_for @trace, :url => { :action => "edit" } do |f| %>
+<%= form_for @trace, :method => :post, :url => { :action => "edit" } do |f| %>