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" />
|
2021-06-23 12:33:21 +00:00
|
|
|
<title>{{.i18n.Tr "mail.activate_email.title" .DisplayName}}</title>
|
2014-12-17 15:42:31 +00:00
|
|
|
</head>
|
2015-09-17 18:57:24 +00:00
|
|
|
|
2021-11-02 22:52:38 +00:00
|
|
|
{{ $activate_url := printf "%suser/activate_email?code=%s&email=%s" AppUrl .Code (QueryEscape .Email)}}
|
2015-09-17 18:57:24 +00:00
|
|
|
<body>
|
2021-06-23 12:33:21 +00:00
|
|
|
<p>{{.i18n.Tr "mail.hi_user_x" .DisplayName | Str2html}}</p><br>
|
|
|
|
<p>{{.i18n.Tr "mail.activate_email.text" .ActiveCodeLives | Str2html}}</p><p><a href="{{$activate_url}}">{{$activate_url}}</a></p><br>
|
2021-07-10 17:40:14 +00:00
|
|
|
<p>{{.i18n.Tr "mail.link_not_working_do_paste"}}</p>
|
2021-06-23 12:33:21 +00:00
|
|
|
|
2018-07-03 23:52:36 +00:00
|
|
|
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
|
2014-12-17 15:42:31 +00:00
|
|
|
</body>
|
2015-12-07 22:30:52 +00:00
|
|
|
</html>
|