X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c3b8897c44531788f06a51e24470e97a3abfb7b8..424b6ef1cf760c4a3e27ac1e6f612ae42a9cd493:/app/views/trace/edit.html.erb?ds=inline
diff --git a/app/views/trace/edit.html.erb b/app/views/trace/edit.html.erb
index d9ec9f14b..935862af4 100644
--- a/app/views/trace/edit.html.erb
+++ b/app/views/trace/edit.html.erb
@@ -4,54 +4,46 @@
-<%= form_for @trace, :url => { :action => "edit" } do |f| %>
+<%= form_for @trace, :method => :post, :url => { :action => "edit" } do |f| %>