You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 line
439B

  1. $def with (nav, reset_form, message)
  2. <head>
  3. <title>Beelance2</title>
  4. <meta charset="utf-8">
  5. <link rel="stylesheet" type="text/css" href="static/stylesheet.css">
  6. <link rel="shortcut icon" type="image/png" href="static/honeybee.png"/>
  7. </head>
  8. <body>
  9. $:nav
  10. <h2>Reset password</h2>
  11. <form method="POST">
  12. $:csrf_field()
  13. $:reset_form.render()
  14. </form>
  15. <p>$message</p>
  16. </body>
  17. <footer></footer>