Change input(type="button" value="...") to button(type="button") {...}, remove form...
authorNick Downing <nick@ndcode.org>
Sun, 16 Jan 2022 01:34:57 +0000 (12:34 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 16 Jan 2022 01:50:17 +0000 (12:50 +1100)
commit4742ac36cd144f476d8eb324f4d035d3794d93dc
treee6323af13f8fb2e506aef98b74878bfd9cdc8ba5
parent8e2bb90797e5a6d174328ca29795af8909498e38
Change input(type="button" value="...") to button(type="button") {...}, remove form markup around the sign in and feedback forms as we submit them ourselves
_lib/navbar.jst
contact/index.html.jst
my_account/index.html.jst
my_account/password_reset/index.html.jst
my_account/send_verification_email/index.html.jst
my_account/sign_up/index.html.jst
my_account/verify_email/index.html.jst
my_account/verify_password/index.html.jst