Show More
Commit Description:
add brython console for direct edit
Commit Description:
add brython console for direct edit
File last commit:
Show/Diff file:
Action:
app/views/users/forget.html.haml | 19 lines | 486 B | text/x-haml | HamlLexer |
.contest-title
%h1
= "#{GraderConfiguration['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'
%br/
= email_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'