diff --git a/theme/keywind/login/register.ftl b/theme/keywind/login/register.ftl index c1a2f061f..813d75339 100644 --- a/theme/keywind/login/register.ftl +++ b/theme/keywind/login/register.ftl @@ -4,6 +4,7 @@ <#import "components/atoms/form.ftl" as form> <#import "components/atoms/input.ftl" as input> <#import "components/atoms/link.ftl" as link> +<#import "components/molecules/recaptcha.ftl" as recaptcha> <@layout.registrationLayout displayMessage=!messagesPerField.existsError("firstName", "lastName", "email", "username", "password", "password-confirm") @@ -71,9 +72,9 @@ type="password" /> #if> - <#if recaptchaRequired??> -
- #if> + + <@recaptcha.kw recaptchaRequired=recaptchaRequired?? recaptchaSiteKey=recaptchaSiteKey /> + <@buttonGroup.kw> <@button.kw color="primary" type="submit"> ${msg("doRegister")}