To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / account / lost_password.html.erb @ 1298:4f746d8966dd

History | View | Annotate | Download (321 Bytes)

1
<h2><%=l(:label_password_lost)%></h2>
2

    
3
<%= form_tag(lost_password_path) do %>
4
  <div class="box tabular">
5
    <p>
6
      <label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label>
7
      <%= text_field_tag 'mail', nil, :size => 40 %>
8
      <%= submit_tag l(:button_submit) %>
9
    </p>
10
  </div>
11
<% end %>