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