]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/new_note.html.erb
Add missing autocomplete attributes
[rails.git] / app / views / browse / new_note.html.erb
index a9937c4bc7d8c9c74b93d90a1c85c2da6c5fcddd..1db7609b371ee96c6485a3afe0d4cdaf0531ff0f 100644 (file)
@@ -5,8 +5,8 @@
 <div class="note">
   <p class="alert alert-info"><%= t("javascripts.notes.new.intro") %></p>
   <form action="#">
-    <input type="hidden" name="lon">
-    <input type="hidden" name="lat">
+    <input type="hidden" name="lon" autocomplete="off">
+    <input type="hidden" name="lat" autocomplete="off">
     <div class="form-group">
       <textarea class="form-control" name="text" cols="40" rows="10" maxlength="2000" placeholder="<%= t("javascripts.notes.new.advice") %>"></textarea>
     </div>