You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
488 B
Plaintext

<@layout.registrationLayout displayMessage=false; section>
<#if section = "header">
Access denied
<#elseif section = "form">
<div id="kc-error-message">
<p class="instruction">${description}</p>
<#if client?? && client.baseUrl?has_content>
<p><a id="backToApplication" href="${client.baseUrl}">${kcSanitize(msg("backToApplication"))?no_esc}</a></p>
</#if>
</div>
</#if>
</@layout.registrationLayout>