summaryrefslogtreecommitdiffstats
path: root/app/views/account/lost_password.rhtml
blob: b27123a6ee3f3589d8dfbf9c142fa392c096a728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<center>
<div class="box login">
<h2><%=l(:label_password_lost)%></h2>

<% form_tag({:action=> "lost_password"}, :class => "tabular") do %>

<p><label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label>
<%= text_field_tag 'mail', nil, :size => 40 %></p>

<p><center><%= submit_tag l(:button_submit) %></center></p>

<% end %>
</div>
</center>