Show More
Commit Description:
testdata import now looks for *1*.in when finding raw dir...
Commit Description:
testdata import now looks for *1*.in when finding raw dir git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@437 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/users/forget.html.haml | 18 lines | 472 B | text/x-haml | HamlLexer |
.contest-title
%h1
= "#{Configuration['contest.name']}: #{t 'registration.password_retrieval.header'}"
- if flash[:notice]
%hr/
%b= flash[:notice]
%hr/
%br/
- form_tag :action => 'retrieve_password' do
=t 'registration.password_retrieval.instructions'
= text_field 'email', nil, :size => 20
%br/
= submit_tag(t 'registration.password_retrieval.button_label')
= link_to "#{t 'go_back_to'}#{t 'home_page'}", :controller => 'main', :action => 'index'