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


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

<% end %>