prohibit_login.tmpl 796 B

123456789101112131415161718192021
  1. {{template "base/head" .}}
  2. <div class="user activate home-main auth">
  3. <div class="ui middle very relaxed page grid">
  4. <div class="column">
  5. <form class="ui form">
  6. <div class="ui attached segment">
  7. <div class="ui center dashboard no-activity">
  8. <img class="ui avatar small image" src="https://42f2671d685f51e10fc6-b9fcecea3e50b3b59bdc28dead054ebc.ssl.cf5.rackcdn.com/illustrations/feeling_blue_4b7q.svg">
  9. <br/>
  10. <h2>Your account is prohibited to Login</h2>
  11. <p><b>Reason:</b> {{.LoggedUser.StaffNotes}}</p>
  12. <h5>Please contact <a href="mailto://support@gitote.in">support@gitote.in</a> for more information.</h5>
  13. <a href="{{AppURL}}user/logout"><h2>Logout</h2></a>
  14. </div>
  15. </div>
  16. </form>
  17. </div>
  18. </div>
  19. </div>
  20. {{template "base/footer" .}}