2021-05-05 11:19:21 +00:00
|
|
|
<#import "template.ftl" as layout>
|
|
|
|
<@layout.registrationLayout displayInfo=true; section>
|
|
|
|
<#if section = "header">
|
|
|
|
${msg("emailVerifyTitle")}
|
|
|
|
<#elseif section = "form">
|
|
|
|
<p class="instruction">${msg("emailVerifyInstruction1")}</p>
|
|
|
|
<#elseif section = "info">
|
|
|
|
<p class="instruction">
|
|
|
|
${msg("emailVerifyInstruction2")}
|
|
|
|
<br/>
|
2022-01-11 15:06:14 +00:00
|
|
|
<a href="${url.loginAction}">${msg("doClickHere")}</a> ${msg("emailVerifyInstruction3") <a href="mailto:contact@lumbung.space">contact@lumbung.space</a> ${msg("emailVerifyInstruction4")}}
|
2021-05-05 11:19:21 +00:00
|
|
|
</p>
|
|
|
|
</#if>
|
2022-01-11 15:06:14 +00:00
|
|
|
</@layout.registrationLayout>
|