sourcehypertextadminauthsignup.pug

form.main-form#signup-form(action=`/x/post-signup${queryLang ? "?lang=" + queryLang : ""}` method="post" hx-boost="true" hx-push-url="false" hx-target="this")
	h1!= tr('auth.signUp')
	div.input
		label(for="signup-username")!= tr('auth.username')
			strong *
		input#signup-username(type="text" name="username" required)
	div.input
		label(for="signup-password")!= tr('auth.password')
			strong *
		input#signup-password(type="password" name="password" required)
	div.input
		label(for="signup-key")!= tr('auth.signupKey')
			strong *
		input#signup-key(type="text" name="key" style="font-family: var(--typewriter)" placeholder="xxxx-xxxx-xxxx-xxxx" required)
	div.input
		button(type="submit")!= tr('auth.signUp')
	strong.warning-message