%
content_for :main_class, "intro_tpl"
content_for :title, "Skills Assessment Admin"
%>
Password Reset
<%= form_for :auth, url: admin_reset_password_path do |form| %>
<%= hidden_field_tag :reset_token, params[:reset_token] %>
<%= form.label :password %>
<%= form.password_field :password %>
<%= form.label :password_confirmation %>
<%= form.password_field :password_confirmation %>
<%= submit_tag "Reset Password" %>
<% end %>