@(tokenId: String, passwordsForm: Form[(String, String)])(implicit request: RequestHeader) @import controllers.routes Admin Interface @passwordsForm.globalError.map { error => Passwords does not match! } @helper.form(routes.CredentialsAuthController.handleResetPassword(tokenId)) {
Reset your password @helper.inputPassword( passwordsForm("Password"), '_hiddenLabel -> "Password", 'placeholder -> "password", 'autofocus -> true ) @helper.inputPassword( passwordsForm("Repeat password"), '_hiddenLabel -> "Repeat password", 'placeholder -> "repeat password" )
}