| 123456789101112131415161718192021 |
- {{template "base/head" .}}
- <div class="user activate home-main auth">
- <div class="ui middle very relaxed page grid">
- <div class="column">
- <form class="ui form">
- <div class="ui attached segment">
- <div class="ui center dashboard no-activity">
- <img class="ui avatar small image" src="https://42f2671d685f51e10fc6-b9fcecea3e50b3b59bdc28dead054ebc.ssl.cf5.rackcdn.com/illustrations/feeling_blue_4b7q.svg">
- <br/>
- <h2>Your account is prohibited to Login</h2>
- <p><b>Reason:</b> {{.LoggedUser.StaffNotes}}</p>
- <h5>Please contact <a href="mailto://support@gitote.in">support@gitote.in</a> for more information.</h5>
- <a href="{{AppURL}}user/logout"><h2>Logout</h2></a>
- </div>
- </div>
- </form>
- </div>
- </div>
- </div>
- {{template "base/footer" .}}
|