]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/password-reset/reset-form.tt2
Undouble these elements of password-reset that somehow doubled up during the forward...
[working/Evergreen.git] / Open-ILS / src / templates / password-reset / reset-form.tt2
1 <html>
2 <head>
3   <title>[% title %]</title>
4 </head>
5 <body>
6   <h1>[% title %]</h1>
7 <p class='[% status.style %]'>[% status.msg %]</p>
8 <form method="post" action="[% uri %]">
9     <div>
10         <label for="pwd1">[% password_prompt %] </label><input type="password" name="pwd1"/></br>
11         <label for="pwd2">[% password_prompt2 %]  </label><input type="password" name="pwd2"/></br>
12         <button name="submit" id="submitButton" type="submit">[% i18n.BUTTON_SUBMIT %]</button>
13     </div>
14 </form>
15 </body>
16 </html>