2015-09-17 07:54:12 +02:00
|
|
|
<!DOCTYPE html>
|
2015-12-07 23:30:52 +01:00
|
|
|
<html>
|
2015-09-17 07:54:12 +02:00
|
|
|
<head>
|
2015-12-07 23:30:52 +01:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2016-07-15 18:36:39 +02:00
|
|
|
<title>{{.Username}}, please activate your account</title>
|
2015-09-17 07:54:12 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2016-07-15 18:36:39 +02:00
|
|
|
<p>Hi <b>{{.Username}}</b>, thanks for registering at {{AppName}}!</p>
|
2015-12-07 23:30:52 +01:00
|
|
|
<p>Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>:</p>
|
2016-07-15 18:36:39 +02:00
|
|
|
<p><a href="{{AppUrl}}user/activate?code={{.Code}}">{{AppUrl}}user/activate?code={{.Code}}</a></p>
|
2015-12-07 23:30:52 +01:00
|
|
|
<p>Not working? Try copying and pasting it to your browser.</p>
|
2016-07-15 18:36:39 +02:00
|
|
|
<p>© 2016 <a target="_blank" href="{{AppUrl}}">{{AppName}}</a></p>
|
2015-09-17 07:54:12 +02:00
|
|
|
</body>
|
|
|
|
</html>
|