index
No repositories found
/v1.10 Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD: https://github.com/go-gitea/giteawww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/templates/mail/auth/activate.tmpl
blob: ad34d9eebe9e9cfd5bdf2e570a80de8f4d24cf5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>{{.i18n.Tr "mail.activate_account.title" .DisplayName}}</title>
</head>

{{ $activate_url := printf "%suser/activate?code=%s" AppUrl .Code}}
<body>
	<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>

	<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
</body>
</html>