summaryrefslogtreecommitdiff
path: root/src/templates/pages/verification.html.ftl
blob: e81b005d7b0783be7d716d744c77b5643dbfbff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<#include "/macros/common.ftl">
<#include "/macros/common-page.ftl">

<@commonpage>
    <@noticebox>
    </@noticebox>

    <@content>
        <p>
        We have sent you a verification email.
        You will be taken back to the login page after you activate your account.
        </p>
    </@content>
</@commonpage>