2015-09-16 23:54:12 -06:00
|
|
|
<!DOCTYPE html>
|
2015-12-07 15:30:52 -07:00
|
|
|
<html>
|
2015-09-16 23:54:12 -06:00
|
|
|
<head>
|
2015-12-07 15:30:52 -07:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2022-03-23 06:34:20 -06:00
|
|
|
<meta name="format-detection" content="telephone=no,date=no,address=no,email=no,url=no"/>
|
|
|
|
<title>{{.i18n.Tr "mail.activate_account.title" (.DisplayName|DotEscape)}}</title>
|
2015-09-16 23:54:12 -06:00
|
|
|
</head>
|
|
|
|
|
2021-11-16 11:18:25 -07:00
|
|
|
{{ $activate_url := printf "%suser/activate?code=%s" AppUrl (QueryEscape .Code)}}
|
2015-09-16 23:54:12 -06:00
|
|
|
<body>
|
2022-03-23 06:34:20 -06:00
|
|
|
<p>{{.i18n.Tr "mail.activate_account.text_1" (.DisplayName|DotEscape) AppName | Str2html}}</p><br>
|
2021-07-10 11:40:14 -06:00
|
|
|
<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 06:33:21 -06:00
|
|
|
|
2018-07-03 17:52:36 -06:00
|
|
|
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
|
2015-09-16 23:54:12 -06:00
|
|
|
</body>
|
|
|
|
</html>
|