aboutsummaryrefslogtreecommitdiff
path: root/templates/user/auth/prohibit_login.tmpl
blob: eec0f08e7440a1480c112d9cbd76d3b1ae7d9243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{template "base/head" .}}
<div class="user activate">
	<div class="ui middle very relaxed page grid">
		<div class="column">
			<form class="ui form">
				<h2 class="ui top attached header">
					{{.i18n.Tr "auth.prohibit_login"}}
				</h2>
				<div class="ui attached segment">
					<p>{{.i18n.Tr "auth.prohibit_login_desc"}}</p>
				</div>
			</form>
		</div>
	</div>
</div>
{{template "base/footer" .}}