summaryrefslogtreecommitdiffstats
path: root/templates/user/auth/activate_prompt.tmpl
blob: 237244df8c3909bb674d82ddf0b8db8e7630a08f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content user activate">
	<div class="ui middle very relaxed page grid">
		<div class="column">
			<h2 class="ui top attached header">
				{{ctx.Locale.Tr "auth.active_your_account"}}
			</h2>
			<div class="ui attached segment">
				{{template "base/alert" .}}
				<p>{{.ActivationPromptMessage}}</p>
			</div>
		</div>
	</div>
</div>
{{template "base/footer" .}}