From 80b628ed89095188c70edf1ca49ee3129d19255c Mon Sep 17 00:00:00 2001 From: martyhines Date: Thu, 8 Aug 2013 20:58:00 -0400 Subject: [PATCH] Add autocomplete=off to location field --- app/views/devise/registrations/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/registrations/edit.html.haml b/app/views/devise/registrations/edit.html.haml index 4d97f7aa1..7c00fecc4 100644 --- a/app/views/devise/registrations/edit.html.haml +++ b/app/views/devise/registrations/edit.html.haml @@ -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.