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

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