<%= t 'user.lost_password.heading' %>

<%= t 'user.lost_password.help_text' %>

<% form_tag :action => 'lost_password' do %>
<%= t 'user.lost_password.email address' %> <%= text_field('user', 'email', {:size => 50, :maxlength => 255, :tabindex => 1} ) %>
<% end %>