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>
|
2023-03-27 16:05:51 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<meta Name="format-detection" content="telephone=no,date=no,address=no,email=no,url=no">
|
2022-06-27 20:58:46 +00:00
|
|
|
<title>{{.locale.Tr "mail.activate_email.title" (.DisplayName|DotEscape)}}</title>
|
2014-12-17 15:42:31 +00:00
|
|
|
</head>
|
2015-09-17 18:57:24 +00:00
|
|
|
|
2022-08-31 15:58:54 +00:00
|
|
|
{{$activate_url := printf "%suser/activate_email?code=%s&email=%s" AppUrl (QueryEscape .Code) (QueryEscape .Email)}}
|
2015-09-17 18:57:24 +00:00
|
|
|
<body>
|
2024-02-22 18:05:47 +00:00
|
|
|
<p>{{.locale.Tr "mail.hi_user_x" (.DisplayName|DotEscape)}}</p><br>
|
|
|
|
<p>{{.locale.Tr "mail.activate_email.text" .ActiveCodeLives}}</p><p><a href="{{$activate_url}}">{{$activate_url}}</a></p><br>
|
2022-06-27 20:58:46 +00:00
|
|
|
<p>{{.locale.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>
|