Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

26 строки
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>