2016-07-16 02:22:16 +00:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 22:56:10 +00:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content user activate">
|
2016-07-16 02:22:16 +00:00
|
|
|
<div class="ui middle very relaxed page grid">
|
|
|
|
<div class="column">
|
2024-03-06 14:20:26 +00:00
|
|
|
<form class="ui form tw-max-w-2xl tw-m-auto">
|
2016-07-16 02:22:16 +00:00
|
|
|
<h2 class="ui top attached header">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{ctx.Locale.Tr "auth.prohibit_login"}}
|
2016-07-16 02:22:16 +00:00
|
|
|
</h2>
|
|
|
|
<div class="ui attached segment">
|
2023-09-25 08:56:50 +00:00
|
|
|
<p>{{ctx.Locale.Tr "auth.prohibit_login_desc"}}</p>
|
2016-07-16 02:22:16 +00:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|