blob: 8cb2e95256faaddd5e3ae27397b618553b27a68e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<html>
<head>
<title i18n:translate="">Account activation</title>
</head>
<body>
<p i18n:translate="">
Welcome to rcal! To finish your registration, just click the activation link below.
</p>
<p>
<a href="{$link}" tal:content="link" />
</p>
<p i18n:translate="">
Have fun!
</p>
<p i18n:translate="">
rcal team.
</p>
</body>
</html>
|