]> git.openstreetmap.org Git - rails.git/blob - app/views/user/lost_password.html.erb
When asked to edit an object centre on the correct location
[rails.git] / app / views / user / lost_password.html.erb
1 <h1><%= t 'user.lost_password.heading' %></h1>
2
3 <p><%= t 'user.lost_password.help_text' %></p>
4
5 <%= form_tag :action => 'lost_password' do %>
6 <table>
7   <tr>
8     <td class="fieldName"><%= t 'user.lost_password.email address' %></td>
9     <td><%= text_field('user', 'email', {:size => 50, :maxlength => 255, :tabindex => 1} ) %></td>
10   </tr>
11   <tr>
12     <td></td>
13     <td class="submitButton"><input type="submit" value="<%= t'user.lost_password.new password button' %>" tabindex="2"></td>
14   </tr>
15 </table>
16 <% end %>