2015-09-17 11:24:12 +05:30
|
|
|
<!DOCTYPE html>
|
2015-12-08 04:00:52 +05:30
|
|
|
<html>
|
2015-09-17 11:24:12 +05:30
|
|
|
<head>
|
2015-12-08 04:00:52 +05:30
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2021-06-23 18:03:21 +05:30
|
|
|
<title>{{.i18n.Tr "mail.activate_account.title" .DisplayName}}</title>
|
2015-09-17 11:24:12 +05:30
|
|
|
</head>
|
|
|
|
|
2021-11-16 23:48:25 +05:30
|
|
|
{{ $activate_url := printf "%suser/activate?code=%s" AppUrl (QueryEscape .Code)}}
|
2015-09-17 11:24:12 +05:30
|
|
|
<body>
|
2021-07-10 23:10:14 +05:30
|
|
|
<p>{{.i18n.Tr "mail.activate_account.text_1" .DisplayName AppName | Str2html}}</p><br>
|
|
|
|
<p>{{.i18n.Tr "mail.activate_account.text_2" .ActiveCodeLives | Str2html}}</p><p><a href="{{$activate_url}}">{{$activate_url}}</a></p><br>
|
|
|
|
<p>{{.i18n.Tr "mail.link_not_working_do_paste"}}</p>
|
2021-06-23 18:03:21 +05:30
|
|
|
|
2018-07-04 05:22:36 +05:30
|
|
|
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
|
2015-09-17 11:24:12 +05:30
|
|
|
</body>
|
|
|
|
</html>
|