aboutsummaryrefslogtreecommitdiffstats
path: root/root/register/complete.tt
blob: a4f07e2e4b19a488051f16b9f7de443b227a5740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[% MACRO l(text, args) BLOCK;
    c.localize(text, args);
END; %]


<h2>[% l('Registration completed') %]</h2>

<span class="error">
[% FOREACH error IN errors %]
[% error %]<br/>
[% END %]
</span>

<p>
[% l('Registration was successful.') %]
[% l('Check your mail for activation instructions') %]