Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
638 B
16 lines
638 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
<title>{{.i18n.Tr "mail.reset_password.title" .DisplayName}}</title> |
|
</head> |
|
|
|
{{ $recover_url := printf "%suser/recover_account?code=%s" AppUrl (QueryEscape .Code)}} |
|
<body> |
|
<p>{{.i18n.Tr "mail.hi_user_x" .DisplayName | Str2html}}</p><br> |
|
<p>{{.i18n.Tr "mail.reset_password.text" .ResetPwdCodeLives | Str2html}}</p><p><a href="{{$recover_url}}">{{$recover_url}}</a></p><br> |
|
<p>{{.i18n.Tr "mail.link_not_working_do_paste"}}</p> |
|
|
|
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p> |
|
</body> |
|
</html>
|
|
|