added ID to login form

This commit is contained in:
Harry Bomrah 2018-01-16 20:13:50 +08:00
parent 207d15daba
commit d6f8143238
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<% elsif OrbitHelper.params[:error] == "dsbld" %> <% elsif OrbitHelper.params[:error] == "dsbld" %>
<div class="alert alert-danger" role="alert">Sorry your username is disabled.</div> <div class="alert alert-danger" role="alert">Sorry your username is disabled.</div>
<% end %> <% end %>
<form action="/pseudo_users/loginpseudouser" method="post" class="form-horizontal"> <form id="pseudo_member_login_form" action="/pseudo_users/loginpseudouser" method="post" class="form-horizontal">
<input type="hidden" name="authenticity_token" value="<%= form_authenticity_token %>"> <input type="hidden" name="authenticity_token" value="<%= form_authenticity_token %>">
<div class="form-group"> <div class="form-group">
<label for="username" class="col-sm-2 control-label muted"><%= t("pseudo_member.user_name") %></label> <label for="username" class="col-sm-2 control-label muted"><%= t("pseudo_member.user_name") %></label>