diff options
author | Vika <vika@fireburn.ru> | 2022-03-07 11:36:19 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-03-07 11:36:19 +0300 |
commit | 95ce885dbc1f8c5c431c7607a054d08da7392867 (patch) | |
tree | 2a0687ffb2af5b81a85ee89d6fb7dca8951cc731 /src/frontend/templates/onboarding.rs | |
parent | f4f75e6e21e014aed06a3dde1474873cbe4fa2c6 (diff) | |
download | kittybox-95ce885dbc1f8c5c431c7607a054d08da7392867.tar.zst |
Port onboarding
Diffstat (limited to 'src/frontend/templates/onboarding.rs')
-rw-r--r-- | src/frontend/templates/onboarding.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/templates/onboarding.rs b/src/frontend/templates/onboarding.rs index 0dfb462..f95e1e6 100644 --- a/src/frontend/templates/onboarding.rs +++ b/src/frontend/templates/onboarding.rs @@ -5,7 +5,7 @@ markup::define! { } script[type="module", src="/static/onboarding.js"] {} link[rel="stylesheet", href="/static/onboarding.css"]; - form.onboarding[action="/", method="POST"] { + form.onboarding[action="", method="POST"] { noscript { p { "Ok, let's be honest. Most of this software doesn't require JS to be enabled " |