2016-07-15 22:22:16 -04:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 17:56:10 -05:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content user activate">
|
2016-07-15 22:22:16 -04:00
|
|
|
<div class="ui middle very relaxed page grid">
|
|
|
|
<div class="column">
|
|
|
|
<form class="ui form">
|
|
|
|
<h2 class="ui top attached header">
|
2022-06-27 16:58:46 -04:00
|
|
|
{{.locale.Tr "auth.prohibit_login"}}
|
2016-07-15 22:22:16 -04:00
|
|
|
</h2>
|
|
|
|
<div class="ui attached segment">
|
2022-06-27 16:58:46 -04:00
|
|
|
<p>{{.locale.Tr "auth.prohibit_login_desc"}}</p>
|
2016-07-15 22:22:16 -04:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|