Fix <select> id in account
[plack-app-gruntmaster.git] / a / account.en
index 422b94991eb7db62fd9f8b13e31d9305e48de180..1ae94465af352c33750c671b33b84e364bb3092b 100644 (file)
 <option value="Zimbabwe">Zimbabwe</option>
 </select></div>
 <div class="form-group"><label for="r_university">Institution</label><input type="text" class="form-control" id="r_university" name="university" required></div>
-<div class="form-group"><label for="r_level">Level</label><select id="level" name="level" class="form-control"> <option>Highschool</option> <option>Undergraduate</option> <option>Master</option> <option>Doctorate</option> <option>Other</option> </select></div>
+<div class="form-group"><label for="r_level">Level</label><select id="r_level" name="level" class="form-control"> <option>Highschool</option> <option>Undergraduate</option> <option>Master</option> <option>Doctorate</option> <option>Other</option> </select></div>
 <input type="submit" class="btn btn-default" value="Submit">
 </form>
 
 <h1>Reset password</h1>
 <form action="/action/reset" method="POST" class="jsform" role="form">
 <div class="form-group"><label for="rst_username">Username</label><input type="text" id="rst_username" name="username" class="form-control" required></div>
-<div class="form-group"><label for="rst_password">New password</label><input type="password" id="rst_password" name="password" class="form-control" required></div>
+<div class="form-group"><label for="rst_new_password">New password</label><input type="password" id="rst_new_password" name="new_password" class="form-control" required></div>
+<div class="form-group"><label for="rst_confirm_new_password">Confirm new password</label><input type="password" id="rst_confirm_new_password" name="confirm_new_password" class="form-control" required></div>
 <div class="form-group"><label for="rst_token">Reset token</label><input type="text" id="rst_token" name="token" class="form-control" required></div>
 <input type="submit" class="btn btn-default" value="Reset password">
 </form>
This page took 0.010037 seconds and 4 git commands to generate.