You can not 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
569 B

<#import "template.ftl" as layout>
<@layout.registrationLayout displayMessage=false; section>
<#if section = "header">
<div class="header-login-welcome">${msg("error")}</div>
<div class="header-login-title error-welcome">${msg("errorTitle")}</div>
<div class="error-image"></div>
<#elseif section = "form">
<div id="kc-error-message">
<p class="instruction">${message.summary?no_esc}</p>
</div>
</#if>
</@layout.registrationLayout>
<div class="juice-footer"> © 2020-2021, <span>Juice World</span> </div>