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.
 
 
 
 

14 lines
745 B

<#import "template.ftl" as layout>
<@layout.registrationLayout displayInfo=true; section>
<#if section = "header">
<div class="header-login-welcome">${msg("emailVerifyTitle")}</div>
<div class="header-login-title">${msg("emailVerifyTitle")}</div>
<div class="verify-image"></div>
<#elseif section = "form">
<p class="instruction">${msg("emailVerifyInstruction1")}</p>
<#elseif section = "info">
<div class="verify-email-question">${msg("emailVerifyInstruction2")}</div>
<a class="verify-email-link" href="${url.loginAction}"> ${msg("emailVerifyInstruction3")}</a>
</#if>
</@layout.registrationLayout>
<div class="juice-footer"> © 2020-2021, <span>Juice World</span> </div>