login-verify-email.ftl

24 lines | 568 B Blame History Raw Download
<#import "template-login-action.ftl" as layout>
<@layout.registrationLayout bodyClass=""; section>
    <#if section = "title">

    Verify email

    <#elseif section = "header">

    Verify email

    <#elseif section = "form">

    <div name="form">
    	An email with instructions to verify your email address has been sent to you. If you don't receive this email, 
    	<a href="${url.emailVerificationUrl}">click here</a> to re-send the email.
    </div>

    <#elseif section = "info" >

    <div name="info">
    </div>

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