login.tpl 154 B

12345
  1. % rebase('base.tpl')
  2. <p>Please enter your database password: <b>
  3. <form action="/auth" method="POST">
  4. Password: <input type="password" name="pwd">
  5. </form>