mirror of
https://github.com/lukin/keywind.git
synced 2025-01-27 09:46:32 +00:00
Update login-username.ftl
Allow html for message string "noAccount"
This commit is contained in:
parent
8bde49ce81
commit
a42198c9b7
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
<#elseif section="info">
|
<#elseif section="info">
|
||||||
<#if realm.password && realm.registrationAllowed && !registrationDisabled??>
|
<#if realm.password && realm.registrationAllowed && !registrationDisabled??>
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
${msg("noAccount")}
|
${kcSanitize(msg("noAccount"))?no_esc}
|
||||||
<@link.kw color="primary" href=url.registrationUrl>
|
<@link.kw color="primary" href=url.registrationUrl>
|
||||||
${msg("doRegister")}
|
${msg("doRegister")}
|
||||||
</@link.kw>
|
</@link.kw>
|
||||||
|
|
Loading…
Reference in a new issue