diff options
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 " |