X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f864203056d2988b46b202f2cc00783378ee140a..5f8ab9e9244550b20b8d3bd97b3567df7020d06d:/app/views/user/lost_password.rhtml?ds=sidebyside diff --git a/app/views/user/lost_password.rhtml b/app/views/user/lost_password.rhtml index ab60cd845..fa1bc57e2 100644 --- a/app/views/user/lost_password.rhtml +++ b/app/views/user/lost_password.rhtml @@ -1,8 +1,9 @@

Forgotten Password?


-<%= start_form_tag :action => 'lost_password' %> +<% form_tag :action => 'lost_password' do %> - +
email address:<%= text_field('user', 'email', {:size => 50, :maxlength => 255} ) %>
Email Address:<%= text_field('user', 'email', {:size => 50, :maxlength => 255} ) %>

+<% end %>