File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 ${msg("loginAccountTitle") }
55 <div id =" renku-login-terms-container" >
66 <div id =" renku-login-terms-text" >
7- ${kcSanitize( msg("termsText") )?no_esc }
7+ ${msg("termsText")?no_esc }
88 </div >
99 </div >
1010 <#elseif section = "socialProviders" >
Original file line number Diff line number Diff line change 44 ${msg("registerTitle") }
55 <div id =" renku-login-terms-container" >
66 <div id =" renku-login-terms-text" >
7- ${kcSanitize( msg("termsText") )?no_esc }
7+ ${msg("termsText")?no_esc }
88 </div >
99 </div >
1010 <#elseif section = "form" >
Original file line number Diff line number Diff line change 55 <#elseif section = "form" >
66 <div id =" renku-terms-wrapper" >
77 <div id =" kc-terms-text" >
8- ${kcSanitize( msg("termsText") )?no_esc }
8+ ${msg("termsText")?no_esc }
99 </div >
1010 <form class =" form-actions" action =" ${url.loginAction}" method =" POST" >
1111 <input class =" ${properties.kcButtonClass!} ${properties.kcButtonDefaultClass!} ${properties.kcButtonLargeClass!}" name =" cancel" id =" kc-decline" type =" submit" value =" ${msg(" doDecline " )}" />
You can’t perform that action at this time.
0 commit comments