2015-09-18 00:27:24 +05:30
|
|
|
<!DOCTYPE html>
|
2015-12-08 04:00:52 +05:30
|
|
|
<html>
|
2015-09-18 00:27:24 +05:30
|
|
|
<head>
|
2015-12-08 04:00:52 +05:30
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2019-04-04 13:22:48 +05:30
|
|
|
<title>{{.DisplayName}}, please verify your e-mail address</title>
|
2014-12-17 21:12:31 +05:30
|
|
|
</head>
|
2015-09-18 00:27:24 +05:30
|
|
|
|
|
|
|
<body>
|
2019-04-04 13:22:48 +05:30
|
|
|
<p>Hi <b>{{.DisplayName}}</b>,</p>
|
2017-05-29 13:05:47 +05:30
|
|
|
<p>Please click the following link to verify your email address within <b>{{.ActiveCodeLives}}</b>:</p>
|
2016-07-15 22:06:39 +05:30
|
|
|
<p><a href="{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}">{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}</a></p>
|
2015-12-08 04:00:52 +05:30
|
|
|
<p>Not working? Try copying and pasting it to your browser.</p>
|
2018-07-04 05:22:36 +05:30
|
|
|
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
|
2014-12-17 21:12:31 +05:30
|
|
|
</body>
|
2015-12-08 04:00:52 +05:30
|
|
|
</html>
|