You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
353 B
Handlebars
16 lines
353 B
Handlebars
11 years ago
|
<p>
|
||
|
Hello {{username}},
|
||
|
</p>
|
||
|
<p>
|
||
|
<strong>Thank you for registering with {{site_title}}!</strong>
|
||
|
</p>
|
||
|
<p>
|
||
|
To fully activate your account, we need to verify that you own the email address you registered with. Please click on the following link:
|
||
|
</p>
|
||
|
<blockquote>
|
||
|
{{confirm_link}}
|
||
|
</blockquote>
|
||
|
<p>
|
||
|
Thanks!<br />
|
||
|
<strong>{{site_title}}</strong>
|
||
|
</p>
|