Add autocomplete=off to location field

This commit is contained in:
martyhines
2013-08-08 20:58:00 -04:00
parent db8c2e4aef
commit 80b628ed89

View File

@@ -36,7 +36,7 @@
.control-group
=f.label :location, 'Your location', :class => 'control-label'
.controls
=f.text_field :location
=f.text_field :location, :autocomplete => "off"
%span.help-inline This will be displayed on a map. You can be as detailed or vague as you like.