mirror of
https://github.com/lukin/keywind.git
synced 2025-01-26 17:26:22 +00:00
Update login.ftl
Allow html for message string "noAccount"
This commit is contained in:
parent
a42198c9b7
commit
7db7cbbaff
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,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