error.ftl

23 lines | 608 B Blame History Raw Download
<#-- TODO: Only a placeholder, implementation needed -->
<#import "template-login-action.ftl" as layout>
<@layout.registrationLayout bodyClass="reset" isErrorPage=true; section>
    <#if section = "title">

    We're sorry...

    <#elseif section = "header">

    We're <strong>sorry</strong> ...

    <#elseif section = "form">

        <p class="instruction">Something happened and we could not process your request.</p>
        <p id="error-summary" class="instruction second">${error.summary}</p>

    <#elseif section = "info" >

    <div id="info">
    </div>

    </#if>
</@layout.registrationLayout>